Skip to content

Commit

Permalink
chore(travis): Adds a cache for maven in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed Nov 5, 2015
1 parent 64902f3 commit b0390df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ jdk:

script:
- mvn verify javadoc:javadoc site jacoco:report coveralls:report -Pcoveralls

cache:
directories:
- $HOME/.m2

0 comments on commit b0390df

Please sign in to comment.