From eb1c49eae7bbd2481242a5e7280b3767769ed556 Mon Sep 17 00:00:00 2001 From: Chris Frohoff Date: Thu, 25 Apr 2019 08:34:51 -0700 Subject: [PATCH] fix travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2893dfc5..fd601fc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_install: after_script: - > # print more detailed info about test results - cat target/surefire-reports/TEST-ysoserial.payloads.PayloadsTest.xml | + cat target/surefire-reports/TEST-ysoserial.test.payloads.PayloadsTest.xml | grep testcase -A1 | grep -B1 -E 'failure|error|skipped' | grep -v -- -- matrix: