Skip to content

Commit

Permalink
exclude condition
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke201 committed Jan 8, 2021
1 parent 5488b65 commit 778de4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,9 @@ deploy:
script: bash ./_deploy/scripts/deploy_to_npm_com.sh -t mapray -n ${NPM_TOKEN} -d
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^(?!master)
- provider: script
skip_cleanup: true
script: bash ./_deploy/scripts/deploy_to_npm_com.sh -t ui -n ${NPM_TOKEN} -d
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^(?!master)


0 comments on commit 778de4d

Please sign in to comment.