mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
add travis tests on JDK 11
This commit is contained in:
parent
ebc3018163
commit
00395c3420
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ before_deploy: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --pa
|
|||
jobs:
|
||||
include:
|
||||
- stage: deploy
|
||||
jdk: openjdk8
|
||||
deploy:
|
||||
- provider: script
|
||||
script: ./gradlew dockerPushBeta
|
||||
|
|
|
|||
Loading…
Reference in a new issue