Update travis configuration

This commit is contained in:
Vincent Letourneau
2017-07-29 11:49:26 +02:00
parent 6b6137d99c
commit acd318e718

View File

@@ -16,7 +16,7 @@ before_install:
- docker-compose --version - docker-compose --version
script: script:
- make composer-up
- make docker-start - make docker-start
- make composer-up
- make apidoc - make apidoc
- make test - make test