Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Let travis run :jsettlers.graphics:test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-eberle authored and Ewald Benes committed Aug 1, 2018
1 parent 9d16d74 commit ae03171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:
# Run single test targets
- TARGET=":jsettlers.logic:unitTest"
- TARGET=":jsettlers.common:test"
- TARGET=":jsettlers.network:test --info"
- TARGET=":jsettlers.graphics:test"
- TARGET=":jsettlers.network:test"
- TARGET=":jsettlers.logic:aiDifficultiesIT"
- TARGET=":jsettlers.logic:autoReplayIT"
- TARGET=":jsettlers.logic:replayValidationIT"
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ subprojects {
tasks.withType(Test) {
testLogging {
exceptionFormat = 'full'
events "PASSED", "FAILED", "SKIPPED"
}
}

Expand Down

0 comments on commit ae03171

Please sign in to comment.