Skip to content

Commit

Permalink
Tweaked test logging in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Sep 26, 2019
1 parent a125dd9 commit f7fbb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ install:
- JAVA_HOME=$(jdk_switcher home openjdk8) ./gradlew classes testClasses -x generateApiDocs

script:
- ./gradlew check --info --stacktrace --no-daemon
- ./gradlew check --stacktrace --no-daemon

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ allprojects {
maxParallelForks = 3

testLogging {
events "failed"
events "FAILED", "SKIPPED"
exceptionFormat "full"
}
}
Expand Down

0 comments on commit f7fbb84

Please sign in to comment.