summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-13 12:23:10 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-13 12:23:10 +0100
commit6a0d50588c33f4102bf6ad74cef95d6d2045704f (patch)
tree2e77182765c0c1e723ea878cb005c43268ab4eb8
parent02538f540a57465e1393c994299e27410538877f (diff)
use npm without sudo
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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