提交 cc29da8e 编写于 作者: S Skylot

build: fix release build

上级 d1a6841c
language: java language: java
sudo: false os: linux
dist: trusty dist: trusty
# don't build on tag push # don't build on tag push
...@@ -22,7 +22,6 @@ env: ...@@ -22,7 +22,6 @@ env:
jdk: jdk:
- openjdk8 - openjdk8
- oraclejdk8
- openjdk11 - openjdk11
script: ./gradlew clean build script: ./gradlew clean build
...@@ -35,6 +34,8 @@ jobs: ...@@ -35,6 +34,8 @@ jobs:
script: bash scripts/travis-master.sh script: bash scripts/travis-master.sh
- stage: deploy-release - stage: deploy-release
language: node_js
jdk: openjdk8 jdk: openjdk8
node_js: 11
if: branch = release AND repo = env(MAIN_REPO) AND type = push if: branch = release AND repo = env(MAIN_REPO) AND type = push
script: bash scripts/travis-release.sh script: bash scripts/travis-release.sh
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册