diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-08-02 18:41:52 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-08-02 18:41:52 +0200 |
commit | f46fe396468e0404126280e75d4ec244b4e260f3 (patch) | |
tree | 51a814befcc292d249cff186c470a0cf7aa08c12 /.travis.yml | |
parent | 36b56be1f082c1d4e32961fdf161dec7476f6312 (diff) | |
download | alacritty-f46fe396468e0404126280e75d4ec244b4e260f3.tar.gz alacritty-f46fe396468e0404126280e75d4ec244b4e260f3.zip |
Add random parents
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index da665683..419b5ce8 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 |