From 5b4800bad8a6ca978d24c6d4ef23d9b7be447d03 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Tue, 16 Feb 2016 21:27:08 +0100 Subject: [PATCH] Try sudo:false once more For https://github.com/travis-ci/travis-ci/issues/5638#issuecomment-18486180 0 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c8c706..0a8e54d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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