From ac99779fb802866641aa93d133b31a8d15d52b95 Mon Sep 17 00:00:00 2001 From: Julien Fraichot Date: Thu, 25 Aug 2022 15:32:35 +0200 Subject: [PATCH] chore(CI): add debug verbosity --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5413b189..4f567a93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ install: pip install tox-travis script: tox after_success: - pip install python-semantic-release - - semantic-release publish --noop + - semantic-release publish --noop --verbosity=DEBUG