Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Commit

Permalink
Add npm deployment to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 24, 2014
1 parent 1f07158 commit 23e0ec3
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
language: "node_js"
script: "npm run-script test-travis"
language: node_js
script: npm run-script test-travis
node_js:
- "0.10"
- "0.11"
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"
- '0.10'
- '0.11'
after_script: npm install [email protected] && cat ./coverage/lcov.info | coveralls
deploy:
provider: npm
email: [email protected]
api_key:
secure: VzDrmA9WOod3tSkQPySbOS2N2emsVrarQzMJpIuExzRXPKkCNFsOtRG+shTmCW99LF+v4IiDfaQVOjdCy/JPMCJtrfyGCNSk7vN9uvgsE4veFXW3C2vqytjo55FJkPPOEd7w6o2b1xWuTn1fZQGi2GfOp+cBXiKePcYPqP5m0Lw=
on:
repo: wooorm/retext-porter-stemmer

0 comments on commit 23e0ec3

Please sign in to comment.