Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
publish openjdk8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
keykey7 committed Jan 4, 2020
1 parent 5226dea commit 6689cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ deploy:
skip-cleanup: true
on:
branch: master
jdk: oraclejdk8
jdk: openjdk8
- provider: script
script: ./gradlew -s publish
skip-cleanup: true
on:
tags: true
jdk: oraclejdk8
jdk: openjdk8
- provider: pages
local-dir: confij-documentation/build/asciidoc/html5
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
on:
branch: master
jdk: oraclejdk8
jdk: openjdk8

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit 6689cf9

Please sign in to comment.