Skip to content

Commit

Permalink
Merge pull request #78 from SAP/npm_deploy_travis
Browse files Browse the repository at this point in the history
added npm deploy to travis-ci
  • Loading branch information
bd82 committed Jun 20, 2015
2 parents 813c3f5 + bc6c3b2 commit 34fb2c2
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,22 @@ install:
before_script: grunt build
after_script: cat ./bin/coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js
deploy:
provider: releases
api_key:
secure: DNq1wbqLPHVpJPDx9O89HZM+RJB6v2R7/wk8pok7Z8NT72kUWdvbqcThGhczPO4sZ8cUTJ3ergTCE8hs9mynlR/lX6932U4fj4+uICQL9+G+deBB/t2SNyTBllkE64WrJ9BKmQvIk/Chh7ZJOM0Fro3p2BIq3JsVnfYg1tZ3U5o=
file:
- package/chevrotain-binaries-0.3.4.zip
- package/chevrotain-binaries-0.3.4.tar.gz
on:
tags : true
all_branches: true
- provider: releases
api_key:
secure: DNq1wbqLPHVpJPDx9O89HZM+RJB6v2R7/wk8pok7Z8NT72kUWdvbqcThGhczPO4sZ8cUTJ3ergTCE8hs9mynlR/lX6932U4fj4+uICQL9+G+deBB/t2SNyTBllkE64WrJ9BKmQvIk/Chh7ZJOM0Fro3p2BIq3JsVnfYg1tZ3U5o=
file:
- package/chevrotain-binaries-0.3.4.zip
- package/chevrotain-binaries-0.3.4.tar.gz
on:
tags : true
all_branches: true
skip_cleanup: true

- provider: npm
email: [email protected]
api_key:
secure: AF/0Qu5UX6uOXHA4+SuO5SUVVtoMPkdriDW/w8gv30Suoxcl/Lyt6CtpIXbEIpG/GTi8Fcia6ZLsJExMDOJjfmVo/fMLfUBDQPw2EUngEc1msse2iADdfQV/H9eFTPg3hla+KSPbLTurGeJcLdqOIZk4y8pDHZV1S/qnHfOsEDM=
on:
tags: true
all_branches: true
skip_cleanup: true

0 comments on commit 34fb2c2

Please sign in to comment.