Skip to content

Commit

Permalink
Enable caching
Browse files Browse the repository at this point in the history
Travis CI has deployed code to take certain extra factors into
consideration when computing cache names.

Our jobs in the build matrix should each receive unique cache names
and we should be able to avoid cache corruption

See jruby@a60bd1f
  • Loading branch information
BanzaiMan committed May 17, 2016
1 parent 9e63a29 commit 8fd0ec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: java

sudo: false

#cache:
# directories:
# - $HOME/.m2
cache:
directories:
- $HOME/.m2

before_install:
- export MAVEN_SKIP_RC=true
Expand Down

0 comments on commit 8fd0ec2

Please sign in to comment.