summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-01-25 09:00:57 +0200
committerLauri Ojansivu <x@xet7.org>2018-01-25 09:00:57 +0200
commit3b8c76a32ebecb710ddf8456db99c2f6de3eb274 (patch)
tree27a8e2b4ca0729d16567a6d49f0ddb475ec928ca /.travis.yml
parent7f4401f3a26a71ba12fe0c78897b91b83e31adc0 (diff)
downloadwekan-3b8c76a32ebecb710ddf8456db99c2f6de3eb274.tar.gz
wekan-3b8c76a32ebecb710ddf8456db99c2f6de3eb274.tar.bz2
wekan-3b8c76a32ebecb710ddf8456db99c2f6de3eb274.zip
Update versions of Node and NPM at Travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bad4d10e..cde2bf33 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,9 @@ dist: trusty
sudo: required
env:
- TRAVIS_DOCKER_COMPOSE_VERSION: 1.12.0
- TRAVIS_NODE_VERSION: 4.8.4
- TRAVIS_NPM_VERSION: 4.6.1
+ TRAVIS_DOCKER_COMPOSE_VERSION: 1.17.0
+ TRAVIS_NODE_VERSION: 8.9.3
+ TRAVIS_NPM_VERSION: 5.5.1
before_install:
- sudo apt-get update -y