diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-02-10 23:15:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-10 23:15:00 +0000 |
commit | 8681e2e8a03f5b51d77ec9ad74a89216e21438dc (patch) | |
tree | 95698921aed6a661475b7238a103c484989400dc | |
parent | 85df82a6fd811da56d094444120a958035f8adbe (diff) | |
download | alacritty-8681e2e8a03f5b51d77ec9ad74a89216e21438dc.tar.gz alacritty-8681e2e8a03f5b51d77ec9ad74a89216e21438dc.zip |
Remove deployment script from clippy builds
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |