From 169d1065cca7eabf8888d4957d4c369df789985b Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 8 Feb 2015 09:45:00 +0100 Subject: [PATCH] Removed debug --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 313e3bd0fb..e96ea998f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: script: - ./tests/_data/db.sh - php vendor/bin/codecept build - - php vendor/bin/codecept run --coverage --coverage-xml --debug -vvv --no-exit + - php vendor/bin/codecept run --coverage --coverage-xml --no-exit after_script: - cp -v tests/_output/coverage.xml build/logs/clover.xml