summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-13 12:48:19 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-13 12:48:19 +0100
commit55f844d541679abb49912a2e00ac59da1ee633c9 (patch)
tree8a6012b082868d1f3d92eda3c570df1ee2c42dde /.travis.yml
parente88177efc788dd789b016cf2c1185fc8b0879523 (diff)
node
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b5f00860..07561da8e 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
+ - sudo apt-get install -o DPkg::Options::="--force-confold" -y libxml2 libxml2-dev libxml2-utils node
- npm install -g npm@latest
install:
@@ -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
- - npm -g install gulp-cli protractor n
+ - sudo npm -g install gulp-cli protractor n
- sudo n latest
- cd ..
- wget https://scrutinizer-ci.com/ocular.phar