Skip to content

Commit

Permalink
Fix deployment condition. (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaff authored Oct 26, 2019
1 parent 5c7320b commit cf03104
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 @@ deploy:
skip_cleanup: true
on:
tags: true
condition: "$SDK_VERSION==3.0.1"
condition: $TRAVIS_BUILD_STAGE_NAME = Test
notifications:
webhooks:
urls:
Expand Down

0 comments on commit cf03104

Please sign in to comment.