Skip to content

Commit

Permalink
Merge pull request #344 from joestrong/feature/travis-npm
Browse files Browse the repository at this point in the history
Adds TravisCI config with NPM deployment configured
  • Loading branch information
jeromeetienne authored Sep 24, 2018
2 parents 3dc32b9 + f417cfb commit fa3c748
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
node_js:
- 'node'
install: true
script: true
deploy:
provider: npm
email: YOUR_EMAIL_ADDRESS
api_key: YOUR_AUTH_TOKEN
on:
tags: true

0 comments on commit fa3c748

Please sign in to comment.