From 8681e2e8a03f5b51d77ec9ad74a89216e21438dc Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 10 Feb 2019 23:15:00 +0000 Subject: Remove deployment script from clippy builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1134792e..e1c9ce53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,5 +52,6 @@ deploy: on: tags: true rust: stable + condition: $CLIPPY != true repo: jwilm/alacritty branch: master -- cgit