Skip to content

Commit

Permalink
Travis CI: Drop Java 12 build (Java 13 is now Generally Available). D…
Browse files Browse the repository at this point in the history
…o not allow the Java 13 build to fail.
  • Loading branch information
PascalSchumacher authored and filiphr committed Sep 20, 2019
1 parent 758388c commit c0f05e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ matrix:
cd scripts && ./run-flowable5-tests.sh
- jdk: openjdk11
dist: xenial
- jdk: openjdk12
- jdk: openjdk13
- jdk: openjdk-ea
branches:
only:
- master
if: TRAVIS_PULL_REQUEST != false
allow_failures:
- jdk: openjdk13
- jdk: openjdk-ea
- name: "Flowable 5 tests"

Expand Down

0 comments on commit c0f05e8

Please sign in to comment.