Skip to content

Commit

Permalink
Conciser output of failed tests on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Apr 11, 2016
1 parent b4c16d9 commit cc2f992
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:
- sleep 3 # give xvfb some time to start

script:
- ./gradlew test integrationTest --info
- ./gradlew test integrationTest

# cache gradle dependencies
cache:
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ javadoc {

test {
testLogging {
exceptionFormat "full" // default is "short"
events "failed"
exceptionFormat "short"
}
}

Expand Down

0 comments on commit cc2f992

Please sign in to comment.