Delete .travis.yml

This commit is contained in:
Brett 2021-05-11 15:26:37 +02:00
parent 1cbe927748
commit 84899f1298
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
os: linux
dist: focal
sudo: required
services:
- docker
env:
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
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
script:
- docker-compose up -d --build
after_script:
- sleep 12
- docker container ls -a