More tweaks for debugging

This commit is contained in:
Vincent Sposato
2015-08-15 19:40:30 -04:00
parent 13830b5c09
commit 194e43d206
+2 -2
View File
@@ -33,12 +33,12 @@ before_script:
# omitting "script:" will default to phpunit
# use the $DB env variable to determine the phpunit.xml to use
script: ./vendor/bin/codecept run --env travis-ci
script: ./vendor/bin/codecept run --env travis-ci -vvv
#script: phpunit
after_failure:
- cat tests/_output/WelcomeCept.fail.html
# configure notifications (email, IRC, campfire etc)
notifications:
email: false