We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5488b65 commit 778de4dCopy full SHA for 778de4d
.travis.yml
@@ -82,12 +82,9 @@ deploy:
82
script: bash ./_deploy/scripts/deploy_to_npm_com.sh -t mapray -n ${NPM_TOKEN} -d
83
on:
84
all_branches: true
85
- condition: $TRAVIS_BRANCH =~ ^(?!master)
86
- provider: script
87
skip_cleanup: true
88
script: bash ./_deploy/scripts/deploy_to_npm_com.sh -t ui -n ${NPM_TOKEN} -d
89
90
91
92
-
93
0 commit comments