diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-08-02 18:43:34 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-08-02 18:43:34 +0200 |
commit | 9f22f38480ef23977740ebb3714579eb4f8ceec2 (patch) | |
tree | 0df55435fccdd572149ef226936637da35b233b7 | |
parent | 659f7874b8b8bf6b3ad032def3d03e8690fb9b28 (diff) | |
download | alacritty-9f22f38480ef23977740ebb3714579eb4f8ceec2.tar.gz alacritty-9f22f38480ef23977740ebb3714579eb4f8ceec2.zip |
Simpl regex maybe?
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b318ed92..f2b5abd3 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]+$ + - "$TRAVIS_TAG" =~ aoeu - $CLIPPY != true repo: chrisduerr/alacritty |