Skip to content

Commit b880ab3

Browse files
committed
Updated functionality for releasing to bintray
1 parent 40fb4fa commit b880ab3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ cache:
1313

1414
stages:
1515
- name: build
16-
- name: release
1716

1817
jobs:
1918
include:
2019
- stage: build
21-
script: /bin/sh ./gradlew build
22-
- stage: release
23-
script: /bin/sh ./gradlew bintrayUpload -x test -Dbintray.user=$BINTRAY_USER -Dbintray.key=$BINTRAY_KEY -Dbuild.number=$TRAVIS_BUILD_NUMBER
20+
script: /bin/sh ./gradlew build bintrayUpload -Dbintray.user=$BINTRAY_USER -Dbintray.key=$BINTRAY_KEY -Dbuild.number=$TRAVIS_BUILD_NUMBER

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ scm {
1414
type = 'threeDigits'
1515
initialVersion = '1.0.0'
1616
increment = 'MINOR'
17-
continuousRelease = true
1817
}
1918
}
2019

0 commit comments

Comments
 (0)