Update travis configuration

This commit is contained in:
Vincent Letourneau
2017-07-29 14:16:49 +02:00
parent 5dcef144db
commit 6710f9cc83
2 changed files with 3 additions and 6 deletions

View File

@@ -15,12 +15,9 @@ before_install:
- docker-compose --version
before_script:
- echo $(pwd)
- make docker-start
- sleep 3m
- sleep 2m
- docker inspect -f {{.Config.Volumes}} $(docker-compose ps -q php)
- ls -lah
script:
- make apidoc
- make test
- make apidoc