Skip to content

Commit

Permalink
Merge pull request #27 from lorengordon/bad-script
Browse files Browse the repository at this point in the history
Updates travis script so condition passes when envs are different
  • Loading branch information
lorengordon authored Apr 11, 2018
2 parents 2c64936 + 0a3368d commit 5ca9ed0
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 @@ -61,7 +61,7 @@ jobs:
- echo RELEASE_VERSION=$RELEASE_VERSION
- echo RELEASE_BODY=$RELEASE_BODY
script:
- test "$PRIOR_VERSION" = "$RELEASE_VERSION" && travis_terminate
- test "$PRIOR_VERSION" = "$RELEASE_VERSION" && travis_terminate || echo "Deploying new version...""
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 5ca9ed0

Please sign in to comment.