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 6264101 commit b5fb6cdCopy full SHA for b5fb6cd
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 --tests com.faforever.api.clan.ClanControllerTest
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