diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-07-14 23:10:57 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-07-14 23:10:57 +0300 |
commit | 951305381669dfe1d33912f20e3c7e68cf782336 (patch) | |
tree | cad5e56608993677d3ea019861e7cdc7dc26de27 /.travis.yml | |
parent | 4ab2c0d815645f911885319909e915b6b95e1509 (diff) | |
download | wekan-951305381669dfe1d33912f20e3c7e68cf782336.tar.gz wekan-951305381669dfe1d33912f20e3c7e68cf782336.tar.bz2 wekan-951305381669dfe1d33912f20e3c7e68cf782336.zip |
Upgrade Node.js, MongoDB and Debian on Docker and Ubuntu snap edge to get security etc updates.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1bdc5b25..bad4d10e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ sudo: required env: TRAVIS_DOCKER_COMPOSE_VERSION: 1.12.0 - TRAVIS_NODE_VERSION: 4.8.1 - TRAVIS_NPM_VERSION: 4.4.4 + TRAVIS_NODE_VERSION: 4.8.4 + TRAVIS_NPM_VERSION: 4.6.1 before_install: - sudo apt-get update -y |