From 194e43d2065a3167a515280fde29445be7a98261 Mon Sep 17 00:00:00 2001 From: Vincent Sposato Date: Sat, 15 Aug 2015 19:40:30 -0400 Subject: [PATCH] More tweaks for debugging --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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