Skip to content

Commit

Permalink
Merge pull request #10 from cix-cdx/release
Browse files Browse the repository at this point in the history
to master
  • Loading branch information
tpanitte committed Jan 12, 2018
2 parents 31d92cc + e5dc025 commit df04217
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ after_success:
- npm run coverage

deploy:
skip_cleanup: true
provider: npm
email: $NPM_EMAIL
api_key: $NPM_API_KEY
tag: "latest"
on:
branch: $NPM_ON_BRANCH

- provider: npm
skip_cleanup: true
email: $NPM_EMAIL
api_key: $NPM_API_KEY
tag: "latest"
on:
branch: $NPM_ON_LATEST
- provider: npm
skip_cleanup: true
email: $NPM_EMAIL
api_key: $NPM_API_KEY
tag: "next"
on:
branch: $NPM_ON_NEXT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cix-lic",
"version": "1.0.2",
"version": "1.0.3",
"description": "Licensing via CLI (Command-Line), CI (Continuous Integration), and API",
"main": "./lib/index.js",
"bin": {
Expand Down

0 comments on commit df04217

Please sign in to comment.