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
pull/4212/head
Andy Wilkinson 9 years ago
parent 0069e41c29
commit f7d2bafb3e

@ -1,4 +1,6 @@
language: java
jdk:
- oraclejdk8
services: mongodb
sudo: false
install: true

Loading…
Cancel
Save