Skip to content

Commit

Permalink
Add auto-deployment, distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 14, 2016
1 parent 076d755 commit 71f43ee
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
language: node_js
script: npm run-script test-travis
node_js:
- '0.10'
- '0.11'
- '0.12'
- iojs
- '4.0'
- '7.0'
after_script: bash <(curl -s https://codecov.io/bash)
sudo: false
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov
deploy:
- provider: npm
email: [email protected]
api_key:
secure: TqRShdpLj/ZSmqDnJVFUz5aB11lo20QQiSKfwdhcXTTQysLc/gqjixuOWwXoipiV9BKtHkPYF6HZuTlckGjjXAqYhv0uBsKsRIhBlRGlbYsLrenLZlAnGAXipZxsH8x3wlQHi3IhTkB05T46b3twL5+ufqoA2xDGbqVDy6FY2uI=
on:
tags: true
node: '4.0'
- provider: releases
api_key:
secure: GEQ/1chU5SvUVCycyYhe40CCYYSy9G+Fuyq8l+mwvs7la0fOp+webW5w8zg0jQks3O/1oXncRUqMdImsPf8oeM5YkkdiClLYw+TnT/HGpbJLXWoV8SGPr9qtViqLkUf5nQvdw4EJmwtTirdgFPi+YpsJ1BTW07m31z0QAosVjgw=
file:
- "metaphone.js"
- "metaphone.min.js"
on:
tags: true
node: '7.0'

0 comments on commit 71f43ee

Please sign in to comment.