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 b361cfb commit 3a0a9e5Copy full SHA for 3a0a9e5
1 file changed
.travis.yml
@@ -31,7 +31,8 @@ install:
31
&& popd
32
33
script:
34
- - chmod +x gradlew && ./gradlew ${GRADLE_CLI_OPTS} build -Pversion=${APP_VERSION}
+ - chmod +x gradlew && ./gradlew inttest
35
+ #- chmod +x gradlew && ./gradlew ${GRADLE_CLI_OPTS} build -Pversion=${APP_VERSION}
36
37
after_success:
38
- ./gradlew ${GRADLE_CLI_OPTS} jacocoTestReport coveralls
0 commit comments