Skip to content
Snippets Groups Projects
Unverified Commit 00c8b6f9 authored by Ray Schamp's avatar Ray Schamp Committed by GitHub
Browse files

Merge pull request #1987 from rschamp/npm-develop

Publish develop builds to NPM
parents 775d7cc9 de711942
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,9 @@ deploy: ...@@ -31,7 +31,9 @@ deploy:
script: npm run --silent deploy -- -x -a -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git script: npm run --silent deploy -- -x -a -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
- provider: npm - provider: npm
on: on:
branch: master branch:
- master
- develop
skip_cleanup: true skip_cleanup: true
email: $NPM_EMAIL email: $NPM_EMAIL
api_key: $NPM_TOKEN api_key: $NPM_TOKEN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment