fix travis config

This commit is contained in:
Chris Frohoff
2019-04-25 08:34:51 -07:00
parent 7adb3cfe63
commit eb1c49eae7
+1 -1
View File
@@ -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: