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