Skip to content

Commit 8d788e4

Browse files
committed
Upgrade to jdk-10-ea+31 and allow failures on Travis CI
1 parent 96695f6 commit 8d788e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ matrix:
1717
# Java 10
1818
- env: JDK_RELEASE='JDK 10 Early-Access'
1919
install: . ./src/install/install-jdk-10.sh
20+
allow_failures:
21+
- env: JDK_RELEASE='JDK 10 Early-Access'
2022

2123
script:
2224
# Display Gradle, Groovy, JVM and other versions

src/install/install-jdk-10.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
JDK_FEATURE=10
5-
JDK_BUILD=30
5+
JDK_BUILD=31
66
JDK_ARCHIVE=jdk-${JDK_FEATURE}-ea+${JDK_BUILD}_linux-x64_bin.tar.gz
77

88
cd ~

0 commit comments

Comments
 (0)