Update .travis.yml

This commit is contained in:
Brett 2020-10-05 14:32:08 +02:00
parent cecba66f35
commit e2f467af48
1 changed files with 9 additions and 1 deletions

View File

@ -1,9 +1,12 @@
os: linux
dist: focal
sudo: required
services:
- docker
env:
COMPOSE_VERSION: 1.4.1
COMPOSE_VERSION: 1.25.5
before_install:
- curl -L https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
@ -12,3 +15,8 @@ before_install:
script:
- docker-compose up -d --build
after_script:
- sleep 12
- docker container ls -a