Skip to content

Commit f7d2baf

Browse files
committed
Use Java 8 on Travis as the samples now require it
Commit 09395f9 updated the samples to require Java 8. This commit updates the Travis configuration to build with Java 8. Closes gh-4133
1 parent 0069e41 commit f7d2baf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: java
2+
jdk:
3+
- oraclejdk8
24
services: mongodb
35
sudo: false
46
install: true

0 commit comments

Comments
 (0)