Only build on Java 8
This commit is contained in:
parent
a18076061d
commit
445bd38d25
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
language: java
|
language: java
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
|
|
||||||
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