Skip to content

Commit

Permalink
fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
frohoff committed Apr 25, 2019
1 parent 7adb3cf commit eb1c49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eb1c49e

Please sign in to comment.