summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-13 13:00:17 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-13 13:00:17 +0100
commitbf0022fc65d94068ec8afe9018a7d53f81c3ee48 (patch)
tree5861f4b17b35186dbb0f9253172d7e25994c30fc /.travis.yml
parentaca481b5b51064e786253ee532df29fa522c122a (diff)
debug
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 21ed2f48e..8162b4528 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sudo apt-get update
- - sudo apt-get install -o DPkg::Options::="--force-confold" -y libxml2 libxml2-dev libxml2-utils node npm
+ - sudo apt-get install -o DPkg::Options::="--force-confold" -y libxml2 libxml2-dev libxml2-utils
- npm install -g npm@latest
install:
@@ -60,8 +60,9 @@ 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
- - sudo n latest
+ - npm -g install gulp-cli protractor n
+ - which node
+ - n latest
- cd ..
- wget https://scrutinizer-ci.com/ocular.phar