Skip to content

Commit

Permalink
Using clean maven command
Browse files Browse the repository at this point in the history
  • Loading branch information
Majid Mallis committed Jul 14, 2017
1 parent 59a07b1 commit fed7d50
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 @@ -13,6 +13,6 @@ notifications:
jdk:
- oraclejdk8

script: mvn -X test
script: mvn -X clean 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 fed7d50

Please sign in to comment.