Skip to content

Commit

Permalink
Changes to Travis around caching
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Jun 2, 2015
1 parent d042f6e commit b6c52e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: java
cache:
directories:
- $HOME/.m2
sudo: false

after_script: 'misc/.travis/after.sh'
before_cache:
- rm -rf $HOME/.m2/repository/org/keycloak

sudo: false

0 comments on commit b6c52e8

Please sign in to comment.