Skip to content

Commit e2980b3

Browse files
committed
Switch to container-based infrastructure for travis.
See: http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ Also sets up caching for the $HOME/.m2 directory, which should speed up build times by not downloading dependencies on every build.
1 parent fb7b0e7 commit e2980b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ jdk:
33
- openjdk6
44
- oraclejdk7
55
- oraclejdk8
6+
sudo: false
7+
cache:
8+
directories:
9+
- $HOME/.m2

0 commit comments

Comments
 (0)