Update travis configuration

This commit is contained in:
Vincent Letourneau
2017-07-29 14:50:21 +02:00
parent 6710f9cc83
commit d69bf3a084
2 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
sudo: required
#sudo: required
env:
DOCKER_COMPOSE_VERSION: 1.14.0
@@ -16,7 +16,7 @@ before_install:
before_script:
- make docker-start
- sleep 2m
- sleep 3m
- docker inspect -f {{.Config.Volumes}} $(docker-compose ps -q php)
script: