summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-14 16:24:00 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-14 16:24:00 +0100
commit2c1aba15aee432fdb4723ed6fe40efe672626866 (patch)
tree690781579e615998678256e24fd2b182529688e1 /.travis.yml
parentd8d386d87b316d3645784b6e4612af4c4ba420f5 (diff)
try to install node 5.6 on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9eb79026d..0e6f5283a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ install:
- sudo apt-get update
- sudo apt-get install -o DPkg::Options::="--force-confold" -y libxml2 libxml2-dev libxml2-utils python3-jinja2 python3-setuptools apache2 libapache2-mod-fastcgi firefox curl
- sudo easy_install3 requests ocdev
- - nvm install 5.0
+ - nvm install 5.6
- npm install -g npm@latest
# install php modules
- wget https://scrutinizer-ci.com/ocular.phar