From 13830b5c09a0edfd953076aefdce937f1dff2451 Mon Sep 17 00:00:00 2001 From: Vincent Sposato Date: Sat, 15 Aug 2015 19:37:43 -0400 Subject: [PATCH] More tweaking of the travis yaml file trying to get more out of the results --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7421095d9e..213d5d9fff 100755 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,9 @@ before_script: script: ./vendor/bin/codecept run --env travis-ci #script: phpunit +after_failure: + - cat tests/_output/WelcomeCept.fail.html + # configure notifications (email, IRC, campfire etc) notifications: email: false