Skip to content

Commit

Permalink
ci: Add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
nprail committed Jun 14, 2018
1 parent a75cec8 commit f813a90
Show file tree
Hide file tree
Showing 3 changed files with 3,552 additions and 82 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,11 @@ cache:
directories:
- ~/.npm
script:
- npm test
- npm test
notifications:
email: false
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit f813a90

Please sign in to comment.