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 dc76c69 commit b7a9c7dCopy full SHA for b7a9c7d
.travis.yml
@@ -7,7 +7,7 @@ before_script:
7
- git config user.email "[email protected]"
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