Skip to content

Commit

Permalink
Deploy to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal kaja committed Sep 12, 2019
1 parent 421c186 commit e3d80be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ script:
- npm install
- npm run coverage
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js # publish coverage info to coveralls

deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_APIKEY
on:
repo: ibm-cloud-security/appid-clientsdk-js
branch: master

0 comments on commit e3d80be

Please sign in to comment.