Skip to content

Commit

Permalink
Added --stacktrace to debug the integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinhm-ericsson committed Nov 17, 2016
1 parent d4b964d commit bb0ded3
Showing 1 changed file with 1 addition and 1 deletion.
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_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

0 comments on commit bb0ded3

Please sign in to comment.