Skip to content

Commit

Permalink
Cache Maven stuffs on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
samskivert committed Mar 17, 2015
1 parent 968fb80 commit a0e8a23
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
sudo: false

language: java

jdk:
Expand All @@ -7,3 +9,11 @@ jdk:
branches:
only:
- master

cache:
directories:
- '$HOME/.m2/repository'

script:
- mvn -B test
- rm -rf $HOME/.m2/repository/com/threerings/vilya*

0 comments on commit a0e8a23

Please sign in to comment.