From f4a1db42af95f03c61d9eb7279a5e427b2202786 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Thu, 9 Aug 2018 00:23:34 +0200 Subject: [PATCH] :construction_worker: Does it work again without coverage? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98b46b9b90..a341e07af8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ before_script: script: - cd protected/humhub/tests - php ../../vendor/bin/codecept build -- php ../../vendor/bin/codecept run --env travis --coverage --coverage-xml +- php ../../vendor/bin/codecept run --env travis after_failure: - cd ../../