diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-08-02 18:42:19 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-08-02 18:42:19 +0200 |
commit | 659f7874b8b8bf6b3ad032def3d03e8690fb9b28 (patch) | |
tree | 1960a090ebd282718c58d7a4004f9b0b50365671 | |
parent | f46fe396468e0404126280e75d4ec244b4e260f3 (diff) | |
download | alacritty-659f7874b8b8bf6b3ad032def3d03e8690fb9b28.tar.gz alacritty-659f7874b8b8bf6b3ad032def3d03e8690fb9b28.zip |
Try swapping around
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 419b5ce8..b318ed92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,6 @@ deploy: tags: true rust: stable condition: + - "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ - $CLIPPY != true - - "$TRAVIS_TAG" =~ (^v[0-9]+\.[0-9]+\.[0-9]+$) repo: chrisduerr/alacritty |