From 39dcef46d24aca398c57ae1a73a99d5fc3b9b16a Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Sun, 24 Sep 2017 00:26:58 -0400 Subject: [PATCH] Show in Travis log why tests fail. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 753c1e06..a2311ce4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ git: script: - "( brew install libsodium json-c )" - "( cd ./platform-independent/cli-c && ./clean && targets='mpw mpw-bench mpw-tests' ./build && ./mpw-tests && ./mpw-cli-tests )" - - "( cd ./gradle && ./gradlew --stacktrace clean test )" + - "( cd ./gradle && ./gradlew --info clean test )" - "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword iOS' -sdk iphonesimulator )" - "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword macOS' )"