From 066078d95172686c07eace5a21eda254d4a3ac29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Mon, 22 Mar 2021 14:38:00 +0100 Subject: [PATCH] Remove with verbose annotation That sadly does not do anything here. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d40202e..43d43c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,5 +21,3 @@ deploy: repo: rwl/PYPOWER branch: master python: '3.6' - with: - verbose: true