Add multiple JDKs to Travis
This commit is contained in:
parent
1a809c258d
commit
39b2399e3c
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
||||||
language: java
|
language: java
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
|
- oraclejdk7
|
||||||
|
- openjdk8
|
||||||
|
- openjdk7
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Give Maven 1GB of memory to work with
|
# Give Maven 1GB of memory to work with
|
||||||
- MAVEN_OPTS=-Xmx1024M
|
- MAVEN_OPTS=-Xmx1024M
|
||||||
|
|
Loading…
Add table
Reference in a new issue