Skip to content

Commit

Permalink
print maven test output logs after failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Majid Mallis committed Jul 14, 2017
1 parent 91bfd69 commit 59a07b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jdk:
- oraclejdk8

script: mvn -X test

after_failure: "cat /home/travis/build/docusign/docusign-java-client/target/surefire-reports/SdkUnitTests.txt && cat /home/travis/build/docusign/docusign-java-client/target/surefire-reports/TEST-SdkUnitTests.xml"

0 comments on commit 59a07b1

Please sign in to comment.