mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
b0bbe58eb6
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/
11 lines
141 B
YAML
11 lines
141 B
YAML
language: java
|
|
sudo: false
|
|
|
|
jdk:
|
|
- openjdk6
|
|
- openjdk7
|
|
- oraclejdk8
|
|
|
|
after_success:
|
|
- mvn clean cobertura:cobertura coveralls:report
|