Browse Source

Speed-up Travis builds by adding cache of Maven local repo

tags/2.5-rc1
Simon Brandhof 9 years ago
parent
commit
3103675d38
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml View File

@@ -5,3 +5,9 @@ jdk:
- openjdk7

script: mvn clean install

# cache of maven local repository to speed-up builds
sudo:false
cache:
directories:
- '$HOME/.m2/repository'

Loading…
Cancel
Save