Skip to content

Commit b5fb6cd

Browse files
committed
Only run ClanControllerTests with more output
1 parent 6264101 commit b5fb6cd

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 --tests com.faforever.api.clan.ClanControllerTest
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)