Skip to content

Commit

Permalink
Update jdk matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Mar 20, 2020
1 parent fdc26a3 commit 6af53bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -9,8 +9,8 @@ sudo: false
dist: bionic
language: java
jdk:
- jdk8
- jdk9
- jdk12
- openjdk8
- openjdk11
services:
Expand All @@ -26,4 +26,4 @@ deploy:
script: ./gradlew -q -Prelease.customUsername=$GIT_USER -Prelease.customPassword=$GIT_PASSWORD -Prelease.disableChecks -Prelease.pushTagsOnly release && ./gradlew bintrayUpload
on:
branch: master
jdk: oraclejdk8
jdk: openjdk8

0 comments on commit 6af53bd

Please sign in to comment.