Closed tomzx closed 9 years ago
See http://docs.travis-ci.com/user/migrating-from-legacy/
Basically, it appears that all is needed is to add sudo: false to .travis.yml. I'll submit a PR after I have given it a try to see if there's any issue with the current setup.
sudo: false
.travis.yml
Just started reviewing :) :octocat: Sent from GH.
Thanks for the pull request, @tomzx.
I have just released 1.11.10 with your changes on npm.
See http://docs.travis-ci.com/user/migrating-from-legacy/
Basically, it appears that all is needed is to add
sudo: false
to.travis.yml
. I'll submit a PR after I have given it a try to see if there's any issue with the current setup.