From 1a27a34411995690fb8e4a9b82a12291ec5e6b0e Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Mon, 29 Jun 2020 14:16:58 +0200 Subject: [PATCH] - remove broken syntax --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8aa379ad03..27e8644e3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,7 @@ script: after_success: - coverage combine - - if: env(TOXENV) != "lint" - coveralls + - coveralls notifications: email: mh@gocept.com