mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
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:
@@ -1,4 +1,6 @@
|
||||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
services: mongodb
|
||||
sudo: false
|
||||
install: true
|
||||
|
||||
Reference in New Issue
Block a user