From e9c9c0878790bfab60db5a9d6cb45da17c695896 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Tue, 6 Mar 2018 08:21:43 +0100 Subject: [PATCH] [UPDATE] Trying to fix Travis failures --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 274298ef..a00c1287 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ before_script: - nohup php -S bone:8000 public/index.php & script: + - php vendor/bin/codecept build --env travis - php vendor/bin/codecept run unit --coverage --coverage-html --coverage-xml --env travis after_script: