Skip to content

Commit 9b465b1

Browse files
authored
Configured .travis.yml to test build with an early access JDK
- Configured to use openjdk-ea - Errors encountered with the early access JDK will not fail the build
1 parent 6829381 commit 9b465b1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jdk:
1111
- openjdk11
1212
- oraclejdk8
1313
- oraclejdk11
14+
- openjdk-ea
15+
16+
#
17+
matrix:
18+
allow_failures:
19+
- jdk: openjdk-ea
1420

1521
# Install the Ant JUnit package, which is missing from the Travis CI environment. See the Travis documentation: https://docs.travis-ci.com/user/installing-dependencies/#Adding-APT-Packages
1622
addons:

0 commit comments

Comments
 (0)