Skip to content

Commit

Permalink
Do not clean before mvn cobertura and coveralls
Browse files Browse the repository at this point in the history
By cleaning before tbe cobertura goal, this was removing the exec.jar and the war file.

Signed-off-by: Doug Morato <[email protected]>
  • Loading branch information
dougmorato committed Oct 26, 2015
1 parent 44d944b commit ff6a9b0
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 @@ -31,7 +31,7 @@ deploy:
jdk: oraclejdk8
after_success:
- mvn versioneye:update
- mvn clean cobertura:cobertura coveralls:report
- mvn cobertura:cobertura coveralls:report
notifications:
slack:
secure: S9VFew5NSE8WDzYD1VDBUULKKT0fzgblQACznwQ85699b2yeX9TX58N3RZvRS1JVagVP1wu2xOrwN2g+AWx4Ro3UBZD5XG86uTJWpCLD4cRWHBoGMH2TfvI7/IzsWmgxH4MBxFRvZr/eEhlVAux+N9H4EoEdS4CKsJXEqV37PlA=
Expand Down

0 comments on commit ff6a9b0

Please sign in to comment.