Use travis containerized build infrastructure.
This promises to be much faster than running builds on real build slaves, see http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
This commit is contained in:
parent
f59a674a26
commit
b0bbe58eb6
|
@ -1,4 +1,5 @@
|
|||
language: java
|
||||
sudo: false
|
||||
|
||||
jdk:
|
||||
- openjdk6
|
||||
|
@ -6,4 +7,4 @@ jdk:
|
|||
- oraclejdk8
|
||||
|
||||
after_success:
|
||||
- mvn clean cobertura:cobertura coveralls:report
|
||||
- mvn clean cobertura:cobertura coveralls:report
|
||||
|
|
Loading…
Reference in New Issue