Travis build on JDK 7+8

Configures Travis to build on Oracle JDK 7+8 and OpenJDK 7.

Also enables migration to Travis' container-based infrastructure: http://docs.travis-ci.com/user/migrating-from-legacy/
pull/925/merge
Mark Janssen 2015-10-04 16:19:39 +02:00 committed by Justin Richer
parent 7871ee0f26
commit 0269c24263
1 changed files with 5 additions and 0 deletions

View File

@ -1 +1,6 @@
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
sudo: false