From bb0ded334a821948477e2cad562dad46bccac660 Mon Sep 17 00:00:00 2001 From: eafshem Date: Thu, 17 Nov 2016 11:06:21 +0100 Subject: [PATCH] Added --stacktrace to debug the integration test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9ccccb0..c91d960f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_install: - curl -i -u guest:guest -H "content-type:application/json" -XPUT -d'{"type":"topic","durable":true}' http://127.0.0.1:15672/api/exchanges/%2f/eiffel.test script: - - ./gradlew test integrationTest + - ./gradlew test integrationTest --stacktrace after_success: - ./gradlew jacocoTestReport coveralls