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:
Andy Wilkinson 2015-10-09 13:18:29 +01:00
parent 0069e41c29
commit f7d2bafb3e

View File

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