Skip to content

Commit

Permalink
add openjdk early access but allow it to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
innovimax authored and sideshowbarker committed Dec 11, 2018
1 parent 42941aa commit f1476d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jdk:
- oraclejdk11
- openjdk10
- openjdk11
- openjdk-ea

matrix:
allow_failures:
- jdk: openjdk-ea

script:
- ./ant test

0 comments on commit f1476d7

Please sign in to comment.