Skip to content

Commit

Permalink
Merge pull request #80 from jrjohnson/auto-publish
Browse files Browse the repository at this point in the history
Auto publish to NPM
  • Loading branch information
jrjohnson authored Jun 19, 2019
2 parents 51b278b + 84feca7 commit f29b948
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,14 @@ jobs:
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery

- stage: deploy
script: skip
deploy:
provider: npm
email: jon.johnson@ucsf.edu
api_key: $NPM_TOKEN
on:
tags: true

script:
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO

0 comments on commit f29b948

Please sign in to comment.