Skip to content

Commit

Permalink
set jdk to 9 for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectInfinity committed May 22, 2018
1 parent 1b27eab commit e30e8bc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: java
#jdk:
# - oraclejdk10
jdk:
- oraclejdk9
# Get latest install-jdk.sh script
before_install:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
matrix:
include:
#before_install:
# - wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
#matrix:
# include:
# Java 10 "Oracle JDK"
- env: JDK='Oracle JDK 10'
install: . ./install-jdk.sh -F 10 -L BCL
# - env: JDK='Oracle JDK 10'
# install: . ./install-jdk.sh -F 10 -L BCL
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit e30e8bc

Please sign in to comment.