Skip to content

Commit

Permalink
Merge pull request #39 from Turbo87/ci-deploy
Browse files Browse the repository at this point in the history
CI: Enable automatic NPM deployment for tags
  • Loading branch information
rwjblue committed Jan 11, 2017
2 parents 09b91bd + af58cc9 commit 21a32c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -22,3 +22,12 @@ install:

script:
- npm test

deploy:
provider: npm
email: stefan.penner+ember-cli@gmail.com
api_key:
secure: MW2THQxjL0qd7qdasRXVrc8vPBznsSFpPdB72lQQq6zB81i0EerwdWLt0a1xcM/60jOrP5OZiSQ/kee+657wLbL2Hvz1bS2umzTuqmlIZ9j7dLgdI9rHxx5asafP6MuEN5oHzJtHgFI2IC7E//iPmu1SiXwdWYVPYPU8S6K8YcM=
on:
tags: true
repo: ember-cli/ember-load-initializers

0 comments on commit 21a32c7

Please sign in to comment.