👷 First attempt on travis build

This commit is contained in:
Christian Mäder 2017-09-29 10:33:18 +02:00
parent bdc52d3729
commit a2b28606db
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
1 changed files with 18 additions and 0 deletions

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
sudo: required
language: python
git:
depth: 5
services:
- docker
install:
- docker-compose -f docker-compose.test.yml pull --parallel
- docker-compose -f docker-compose.test.yml build
script:
- docker-compose -f docker-compose.test.yml run app
after_script:
- docker-compose -f docker-compose.test.yml down