Skip to content

Commit

Permalink
Travis, do not cache build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Feb 14, 2016
1 parent f6de831 commit b6f62b0
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 @@ -11,6 +11,8 @@ env:
cache:
directories:
- $HOME/.m2
before_cache:
- rm -Rf $HOME/.m2/repository/cz/jirutka/rsql/rsql-parser

after_success:
- mvn jacoco:report coveralls:report
Expand Down

0 comments on commit b6f62b0

Please sign in to comment.