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 65fde03 commit 5f89f5e
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 @@ -16,6 +16,8 @@ env:
cache:
directories:
- $HOME/.m2
before_cache:
- rm -Rf $HOME/.m2/repository/cz/jirutka/validator/validator-spring

install:
- "mvn install -Dspring.version=$SPRING_VERSION -DskipTests=true -Dmaven.javadoc.skip=true -B -V"
Expand Down

0 comments on commit 5f89f5e

Please sign in to comment.