diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8796e70..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: generic -dist: bionic -sudo: required - -services: -- docker - -install: true - -before_script: -- docker-compose version -- make build -- make build COMPOSE=docker-compose.yml.www-with-app - -script: -- make run -- make test -- docker-compose down -- make run -- make test -- docker-compose down -- make run COMPOSE=docker-compose.yml.www-with-app -- make test