From 6b6137d99c004ef4a3ddc67e3ae1febab825ce30 Mon Sep 17 00:00:00 2001 From: Vincent Letourneau Date: Sat, 29 Jul 2017 11:48:37 +0200 Subject: [PATCH] Update travis configuration --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c290395..41077e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ before_install: - docker-compose --version script: + - make composer-up - make docker-start - make apidoc - make test