From eb61f81b5275255c58b2f8d23d27524d3b2e4162 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sat, 20 Feb 2016 13:47:30 -0500 Subject: [PATCH] cat unit test failure report if failures found --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 19561380f..d3aa2b9d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,3 +24,4 @@ script: gradle build lint findbugs test after_failure: - cat app/build/outputs/lint-results.xml - cat app/build/reports/findbugs/findbugs.html +- cat app/build/reports/tests/debug/index.html