diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-08-02 18:44:38 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-08-02 18:44:38 +0200 |
commit | 0198d3116a0c46572ab8fafc1f89609568da0865 (patch) | |
tree | e20843070ca6b28d0a3f9f286d7ec9926999a73c | |
parent | dab1514ae8f7e33db1643d958b30c78e3da99626 (diff) | |
download | alacritty-0198d3116a0c46572ab8fafc1f89609568da0865.tar.gz alacritty-0198d3116a0c46572ab8fafc1f89609568da0865.zip |
Brackets
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 19c523fe..05cf7679 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,6 @@ deploy: tags: true rust: stable condition: - - $TRAVIS_TAG =~ aoeu - $CLIPPY != true + - "${TRAVIS_TAG}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ repo: chrisduerr/alacritty |