Removed debug

This commit is contained in:
James Cole 2015-02-08 09:45:00 +01:00
parent e864f5507a
commit 169d1065cc

View File

@ -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