Try sudo:false once more

For
https://github.com/travis-ci/travis-ci/issues/5638#issuecomment-18486180
0
This commit is contained in:
Kevin van Zonneveld 2016-02-16 21:27:08 +01:00
parent 472c9e3b74
commit 5b4800bad8

View File

@ -2,6 +2,6 @@ language: node_js
node_js:
- "4.2.1"
script: npm run test
# For some reason, this breaks nvm. Tried two times:
# For some reason, `sudo: false` broke nvm. Tried this build two times:
# https://s3.amazonaws.com/archive.travis-ci.org/jobs/109619626/log.txt
# sudo: false
sudo: false