mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
change openjdk to oraclejdk in travis.yml
This commit is contained in:
parent
3aeefe8ba9
commit
ce13a974b7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ sudo: true
|
|||
dist: trusty
|
||||
|
||||
# use Java 8
|
||||
jdk: openjdk8
|
||||
jdk: oraclejdk8
|
||||
|
||||
before_install:
|
||||
- chmod +x mvnw
|
||||
|
|
Loading…
Reference in a new issue