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 b842c5d commit 032435aCopy full SHA for 032435a
.travis.yml
@@ -7,8 +7,8 @@ before_script:
7
- git config user.email "noreply@travis-ci.org"
8
- git checkout $TRAVIS_BRANCH
9
script:
10
- - './gradlew clean build check'
11
- - '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./gradlew release -Prelease.useAutomaticVersion=true'
+ - "./gradlew clean build check"
+ # - '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./gradlew release -Prelease.useAutomaticVersion=true'
12
env:
13
global:
14
- TERM=dumb
0 commit comments