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 6c754af commit ecb919cCopy full SHA for ecb919c
.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 check --debug'
+ - './gradlew clean build check --debug'
11
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./gradlew release -Prelease.useAutomaticVersion=true'
12
env:
13
global:
0 commit comments