Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit c058325

Browse files
authored
Update .travis.yml
1 parent 76f08c5 commit c058325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- stage: snapshot
1616
script: ./gradlew artifactoryPublish --exclude-task test -Dbintray.user=${BINTRAY_USER} -Dbintray.key=${BINTRAY_KEY} -Dbuild.number=${TRAVIS_BUILD_NUMBER}
1717
- stage: release
18-
script: ./gradlew bintrayUpload --exclude-task test -Drelease=true -Dbintray.user=${BINTRAY_USER} -Dbintray.key=${BINTRAY_KEY} -Dbuild.number=${TRAVIS_BUILD_NUMBER}
18+
script: ./gradlew bintrayUpload --exclude-task test -Drelease=true PbuildVariant=release -Dbintray.user=${BINTRAY_USER} -Dbintray.key=${BINTRAY_KEY} -Dbuild.number=${TRAVIS_BUILD_NUMBER}
1919

2020
deploy:
2121
provider: releases
@@ -25,4 +25,4 @@ deploy:
2525
on:
2626
repo: hhu-bsinfo/dxmon
2727
branch: master
28-
tags: true
28+
tags: true

0 commit comments

Comments
 (0)