Skip to content

Commit b842c5d

Browse files
Vignesh RajaJosh Deffibaugh
authored andcommitted
Get rid of debug arg
1 parent b7a9c7d commit b842c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_script:
77
- git config user.email "noreply@travis-ci.org"
88
- git checkout $TRAVIS_BRANCH
99
script:
10-
- './gradlew clean build check --debug'
10+
- './gradlew clean build check'
1111
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./gradlew release -Prelease.useAutomaticVersion=true'
1212
env:
1313
global:

0 commit comments

Comments
 (0)