Skip to content

Commit

Permalink
DATAJDBC-280 - Configure JDK download to use OpenJDK.
Browse files Browse the repository at this point in the history
We also no longer accept failures with JDK11.
  • Loading branch information
schauder committed Oct 22, 2018
1 parent 7c56af6 commit 6569e8f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Expand Up @@ -9,15 +9,11 @@ matrix:
- env:
- JDK='Oracle JDK 10'
- NO_JACOCO='true'
before_install: wget https://github.com/sormuras/bach/raw/master/install-jdk.sh && . ./install-jdk.sh -F 10 -L BCL
- env:
- JDK='Oracle JDK 11'
- NO_JACOCO='true'
before_install: wget https://github.com/sormuras/bach/raw/master/install-jdk.sh && . ./install-jdk.sh -F 11 -L BCL
allow_failures:
before_install: wget https://github.com/sormuras/bach/raw/master/install-jdk.sh && . ./install-jdk.sh -F 10
- env:
- JDK='Oracle JDK 11'
- NO_JACOCO='true'
before_install: wget https://github.com/sormuras/bach/raw/master/install-jdk.sh && . ./install-jdk.sh -F 11

addons:
apt:
Expand Down

0 comments on commit 6569e8f

Please sign in to comment.