From 94991bd14a6c0b72f183e336a4049cf43b3db8f6 Mon Sep 17 00:00:00 2001 From: jgen Date: Tue, 18 Feb 2014 01:02:11 -0500 Subject: [PATCH] More logging on failure. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 514f02e4..a0efb482 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,10 @@ before_script: script: php tests/test_install.php -d $DB +after_failure: + - sudo cat /etc/nginx/sites-enabled/default + - sudo cat /var/log/nginx/error.log + # configure notifications (email, IRC, campfire etc) #notifications: # irc: "irc.freenode.org#travis"