Skip to content

Commit b7a9c7d

Browse files
Vignesh RajaJosh Deffibaugh
authored andcommitted
Add build task to travis script
1 parent dc76c69 commit b7a9c7d

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 check --debug'
10+
- './gradlew clean build check --debug'
1111
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./gradlew release -Prelease.useAutomaticVersion=true'
1212
env:
1313
global:

0 commit comments

Comments
 (0)