Update travis configuration

This commit is contained in:
Vincent Letourneau
2017-07-29 11:48:37 +02:00
parent 4af1a379f6
commit 6b6137d99c

View File

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