Skip to content

Commit

Permalink
Deploy to stores by clicking "Trigger build" on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 1, 2019
1 parent 8d4377e commit 5df5c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -11,13 +11,13 @@ deploy:
on:
tags: true

- # Creates versioned git tag when commit message is `hotfix`
- # Creates versioned git tag when build is triggered via "Trigger build" on Travis-ci.com
provider: script
skip_cleanup: true
script: npm run create-git-tag
on:
branch: master
condition: $TRAVIS_COMMIT_MESSAGE = hotfix
condition: $TRAVIS_EVENT_TYPE = api

- # Creates versioned git tag on daily Travis cronjobs if HEAD isn't already tagged
provider: script
Expand Down

0 comments on commit 5df5c5f

Please sign in to comment.