Update travis configuration

This commit is contained in:
Vincent Letourneau
2017-07-29 12:42:21 +02:00
parent 1638115fef
commit a3d4cf408a

View File

@@ -13,6 +13,7 @@ before_install:
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- docker-compose --version
- sleep 3m
before_script:
- echo $(pwd)
@@ -20,6 +21,6 @@ before_script:
- docker inspect -f {{.Config.Volumes}} $(docker-compose ps -q php)
script:
- make composer-up
- ls $(pwd)/web/app/vendor
- make apidoc
- make test