Skip to content

Commit

Permalink
ci: integrate semantic-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbin committed Nov 9, 2018
1 parent 2eaaeda commit 369abbe
Show file tree
Hide file tree
Showing 3 changed files with 1,186 additions and 108 deletions.
15 changes: 14 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- "8"
- '10'
- '9'
- '8'
- '6'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit 369abbe

Please sign in to comment.