Skip to content

Commit

Permalink
Merge pull request #73 from frosklis/frosklis/issue64
Browse files Browse the repository at this point in the history
do not create build tags
  • Loading branch information
frosklis authored Mar 20, 2021
2 parents c829cfb + d07b5c5 commit 4b96224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b96224

Please sign in to comment.