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:
Benedikt Ritter 2015-07-24 14:40:10 +02:00
parent f59a674a26
commit b0bbe58eb6
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
language: java
sudo: false
jdk:
- openjdk6