From b09b07807511bd13bf513287bcf0845d4facd740 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Tue, 7 Jun 2016 13:36:45 -0500 Subject: [PATCH] yeesh... "cd .." to get back to the right place to see the failure reports --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 73ec664c..cfdf7296 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ before_install: script: - mvn clean install - cd contrib && mvn clean install + - cd .. after_failure: - cat */target/surefire-reports/*.txt