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