Config travis and circle for Java 8. Resolves #1834

This commit is contained in:
Jeremy Wood 2017-07-09 11:30:45 -04:00
parent bcd7fcaee7
commit 63abf33414
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: java language: java
jdk: jdk:
- openjdk7 - oraclejdk8
notifications: notifications:
email: false email: false
before_install: before_install:

3
circle.yml Normal file
View File

@ -0,0 +1,3 @@
machine:
java:
version: oraclejdk8