Update travis configuration

This commit is contained in:
Vincent Letourneau
2017-07-29 15:25:11 +02:00
parent 4f7dbd126f
commit 495f2874c9

View File

@@ -16,11 +16,12 @@ before_install:
before_script:
- make docker-start
- sleep 4m
- sleep 3m
- docker inspect -f {{.Config.Volumes}} $(docker-compose ps -q php)
- ls -lah
- ls -lah web/app
- ls -lah web/app/vendor/apigen/apigen
- docker-compose logs --tail="all"
script:
- make travis