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