Skip to content

Commit ece5adc

Browse files
committed
Temporarily increase gradle output
1 parent 75de6d1 commit ece5adc

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
@@ -32,7 +32,8 @@ install:
3232
&& popd
3333

3434
script:
35-
- chmod +x gradlew && ./gradlew ${GRADLE_CLI_OPTS} build -Pversion=${APP_VERSION}
35+
- chmod +x gradlew && ./gradlew inttest
36+
#- chmod +x gradlew && ./gradlew ${GRADLE_CLI_OPTS} build -Pversion=${APP_VERSION}
3637

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

0 commit comments

Comments
 (0)