Skip to content

Commit

Permalink
Merge pull request #1154 from arvindn05/master
Browse files Browse the repository at this point in the history
Cache maven artifact directory to enable faster builds.
  • Loading branch information
gondor authored Feb 24, 2019
2 parents 474c791 + 4f68671 commit 44c7ae1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Cache maven cache directory so external artifacts dont need to be
# re-downloaded.
cache:
directories:
- $HOME/.m2

language: java

jdk:
Expand Down

0 comments on commit 44c7ae1

Please sign in to comment.