Browse Source

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 9 years ago committed by Justin Richer
parent
commit
0269c24263
  1. 5
      .travis.yml

5
.travis.yml

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

Loading…
Cancel
Save