Browse Source

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 10 years ago
parent
commit
f7d2bafb3e
  1. 2
      .travis.yml

2
.travis.yml

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

Loading…
Cancel
Save