diff --git a/.travis.yml b/.travis.yml index 213d5d9fff..bcfdb6a950 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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