Update travis configuration

This commit is contained in:
Vincent Letourneau
2017-07-29 15:51:04 +02:00
parent 77738aae13
commit 5c04235514
3 changed files with 9 additions and 5 deletions

View File

@@ -13,12 +13,16 @@ before_install:
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- docker-compose --version
- make init
before_script:
- make docker-start
- sleep 1m
- sleep 30s
script:
- make apidoc
- make test
- make test
- make gen-certs
- make mysql-dump
before_script:
- make docker-stop