Skip to content

Commit 3a0a9e5

Browse files
committed
Temporarily increase gradle output
1 parent b361cfb commit 3a0a9e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ install:
3131
&& popd
3232

3333
script:
34-
- chmod +x gradlew && ./gradlew ${GRADLE_CLI_OPTS} build -Pversion=${APP_VERSION}
34+
- chmod +x gradlew && ./gradlew inttest
35+
#- chmod +x gradlew && ./gradlew ${GRADLE_CLI_OPTS} build -Pversion=${APP_VERSION}
3536

3637
after_success:
3738
- ./gradlew ${GRADLE_CLI_OPTS} jacocoTestReport coveralls

0 commit comments

Comments
 (0)