Back to Meteor 1.8.x.

This commit is contained in:
Lauri Ojansivu 2019-12-05 14:31:28 +02:00
parent c2fa23d525
commit b2eccc7b54
16 changed files with 72 additions and 84 deletions

View file

@ -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