Skip to content

Commit

Permalink
Merge pull request #43 from aakankasha028/add_semantic_release
Browse files Browse the repository at this point in the history
added semantic-version and updated package.json
  • Loading branch information
victorperin committed Oct 11, 2019
2 parents 4f4925a + a78f08b commit 462e18d
Show file tree
Hide file tree
Showing 3 changed files with 5,864 additions and 158 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ install:
script:
- xvfb-run npm test

deploy:
provider: npm
email: me@victorperin.ninja
api_key: $NPM_TOKEN
on:
tags: true
repo: victorperin/qr-scanner-cli
branch: master
node: '12'
jobs:
include:
- stage: deploy
if: (NOT type IN (pull_request)) AND (branch = master)
script: npm run semantic-release
Loading

0 comments on commit 462e18d

Please sign in to comment.