mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-06 01:59:08 +00:00
117d7e80dc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1790588 13f79535-47bb-0310-9956-ffa450edef68
17 lines
205 B
YAML
17 lines
205 B
YAML
language: java
|
|
sudo: false
|
|
|
|
jdk:
|
|
- openjdk6
|
|
- openjdk7
|
|
- oraclejdk7
|
|
- oraclejdk8
|
|
|
|
# only build trunk
|
|
branches:
|
|
only:
|
|
- trunk
|
|
|
|
after_success:
|
|
- mvn clean test jacoco:report coveralls:report
|