Skip to content

Commit

Permalink
fix: add on to deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
kupara committed Oct 22, 2019
1 parent 850819e commit 4254f0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
name: 'Build'

- stage: deploy
name: 'Publish ${TRAVIS_BRANCH}'
if: branch = edge AND type != pull_request
name: 'Publish Component Set'
if: branch IN (master, acceptance, edge) AND type != pull_request
deploy:
provider: script
skip_cleanup: true
before_script:
- yarn
script:
- yarn build && yarn upload
on
all_branches: true

0 comments on commit 4254f0f

Please sign in to comment.