Use Java 8 on Travis as the samples now require it
Commit 09395f95 updated the samples to require Java 8. This commit updates the Travis configuration to build with Java 8. Closes gh-4133
This commit is contained in:
parent
0069e41c29
commit
f7d2bafb3e
@ -1,4 +1,6 @@
|
||||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
services: mongodb
|
||||
sudo: false
|
||||
install: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user