Add travis configuration.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2015-11-24 09:09:56 +00:00
parent a0eff4bffd
commit 4093753248
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: java
sudo: false
jdk:
- openjdk6
- openjdk7
- oraclejdk8