From 6a0d50588c33f4102bf6ad74cef95d6d2045704f Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 13 Feb 2016 12:23:10 +0100 Subject: use npm without sudo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 74656b910..f47fc3ad7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ before_script: - cd apps/news/js # install test deps - npm install --deps # npm install needs to run before sudo npm install because otherwise it fails because a tmp file exists in the home dir - - sudo npm -g install gulp-cli protractor n + - npm -g install gulp-cli protractor n - n latest - cd .. - wget https://scrutinizer-ci.com/ocular.phar -- cgit v1.2.3