Skip to content

Commit

Permalink
Merge pull request #140 from olibye/master
Browse files Browse the repository at this point in the history
Add travis cache for dependencies
  • Loading branch information
olibye authored Jun 6, 2019
2 parents f90739f + fe7998a commit 1bd7e9e
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 @@ -13,6 +13,10 @@ matrix:
allow_failures:
- jdk: openjdk-ea

cache:
directories:
- $HOME/.m2 #for faster builds

env:
# Travis has slow VMs?
global:
Expand Down

0 comments on commit 1bd7e9e

Please sign in to comment.