summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-05 14:31:28 +0200
committerLauri Ojansivu <x@xet7.org>2019-12-05 14:31:28 +0200
commitb2eccc7b54d5b0b32d1c3ce9e74eb61d1efb4731 (patch)
tree756d3507cf1a982a799d6cb68af03662398537ee /.travis.yml
parentc2fa23d5252c095450bee299fc4fa82188b95436 (diff)
downloadwekan-b2eccc7b54d5b0b32d1c3ce9e74eb61d1efb4731.tar.gz
wekan-b2eccc7b54d5b0b32d1c3ce9e74eb61d1efb4731.tar.bz2
wekan-b2eccc7b54d5b0b32d1c3ce9e74eb61d1efb4731.zip
Back to Meteor 1.8.x.
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 a015cb24..6f0a9e0a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
-dist: rolling
+dist: disco
sudo: required
env:
TRAVIS_DOCKER_COMPOSE_VERSION: 1.24.0
- TRAVIS_NODE_VERSION: 12.13.1
+ TRAVIS_NODE_VERSION: 8.16.2
TRAVIS_NPM_VERSION: latest
before_install:
@@ -14,7 +14,7 @@ before_install:
- sudo curl -L https://github.com/docker/compose/releases/download/${TRAVIS_DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- sudo chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- - travis_wait 60 sudo docker-compose build --no-cache --force-rm
+ - sudo docker-compose build --no-cache --force-rm
- sudo docker-compose up -d wekandb
- sudo docker-compose up -d wekan
# ^^ Note - need to come up with some way of checking the output from docker run