From d07b5c56c574dae33c50f9d25697a6c9648bc560 Mon Sep 17 00:00:00 2001 From: Claudio Noguera Date: Sat, 20 Mar 2021 02:10:49 +0100 Subject: [PATCH] do not create build tags --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef77277..e31cfe8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,7 +109,7 @@ after_success: | # after_failure: Scripts to run after a failing script stage # before_deploy: Scripts to run before the deploy stage before_deploy: | - if [[ "$TRAVIS_RUST_VERSION" != stable || "$TRAVIS_TAG" != *"build"* ]]; then + if [[ "$TRAVIS_RUST_VERSION" != stable || "$TRAVIS_TAG" == *"build"* ]]; then travis_terminate 0 else # Create the releases