We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fb4fa commit b880ab3Copy full SHA for b880ab3
.travis.yml
@@ -13,11 +13,8 @@ cache:
13
14
stages:
15
- name: build
16
- - name: release
17
18
jobs:
19
include:
20
- 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
+ script: /bin/sh ./gradlew build bintrayUpload -Dbintray.user=$BINTRAY_USER -Dbintray.key=$BINTRAY_KEY -Dbuild.number=$TRAVIS_BUILD_NUMBER
build.gradle
@@ -14,7 +14,6 @@ scm {
type = 'threeDigits'
initialVersion = '1.0.0'
increment = 'MINOR'
- continuousRelease = true
}
0 commit comments