mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Back to Meteor 1.8.x.
This commit is contained in:
parent
c2fa23d525
commit
b2eccc7b54
16 changed files with 72 additions and 84 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue