Skip to content

Commit

Permalink
Merge pull request #587 from mesos/cache-maven-artifacts
Browse files Browse the repository at this point in the history
Cache maven artifacts with Travis.
  • Loading branch information
brndnmtthws committed Nov 12, 2015
2 parents 96f2c7e + ad4beb1 commit 4e68bf9
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 4e68bf9

Please sign in to comment.