No exit is kind of cheating.

This commit is contained in:
James Cole
2015-02-08 09:35:09 +01:00
parent 434b4ded4a
commit e864f5507a
2 changed files with 5 additions and 6 deletions

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
- php vendor/bin/codecept run --coverage --coverage-xml --debug -vvv --no-exit
after_script:
- cp -v tests/_output/coverage.xml build/logs/clover.xml