Skip to content

Commit

Permalink
Cache maven artifacts with Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brenden Matthews committed Nov 11, 2015
1 parent 3a6eac2 commit ad4beb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ scala:
jdk:
- openjdk7
script: mvn clean test package
cache:
directories:
- $HOME/.m2/repository

0 comments on commit ad4beb1

Please sign in to comment.