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