Skip to content

Commit

Permalink
Fixes #19. Added a build for openjdk-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
c-guntur authored Jul 7, 2020
1 parent 88c3875 commit 3dfcd44
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
dist: xenial
language: java
jdk: openjdk14 # JDK 11 is default JDK on Travis' xenial image
dist: trusty

install: true
jobs:
fast_finish: true
include:
- jdk: openjdk14
env:
- DESC="OpenJDK - Java 14"
- CMD="mvn verify"

script:
- mvn verify
allow_failures:
- jdk: openjdk-ea
env:
- DESC="Latest OpenJDK-Early Access"
- CMD="mvn verify"


script: eval travis_wait 30 $CMD

cache:
directories:
Expand Down

0 comments on commit 3dfcd44

Please sign in to comment.