Skip to content

Commit

Permalink
Add caching of Maven artifacts to Travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Mar 26, 2014
1 parent c837a8e commit 699471b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ language: java
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
- oraclejdk8
cache:
directories:
- $HOME/.m2

0 comments on commit 699471b

Please sign in to comment.