mirror of
https://github.com/gotson/komga.git
synced 2026-05-04 18:42:10 +02:00
add travis tests on JDK 11
This commit is contained in:
parent
a9ff90596c
commit
78c808171f
1 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,9 @@ cache:
|
|||
- $HOME/.gradle/caches/
|
||||
- $HOME/.gradle/wrapper/
|
||||
|
||||
jdk: openjdk8
|
||||
jdk:
|
||||
- openjdk8
|
||||
- openjdk11
|
||||
|
||||
before_deploy: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue