Skip to content

Commit

Permalink
Try to fix problems with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Feb 21, 2020
1 parent 7f7e856 commit 40d9730
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: java
matrix:
include:
# Java 8
- jdk: openjdk8
# Java 11
- env: JDK_RELEASE='Oracle JDK 11'
install: wget https://github.com/sormuras/bach/raw/master/install-jdk.sh && . ./install-jdk.sh -f 11 -l GPL
- jdk: openjdk10
- jdk: openjdk11
# Java 13
- env: JDK_RELEASE='Oracle JDK 13'
install: wget https://github.com/sormuras/bach/raw/master/install-jdk.sh && . ./install-jdk.sh -f 13 -l GPL
Expand Down

0 comments on commit 40d9730

Please sign in to comment.