Skip to content

Commit

Permalink
feat(build): using semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
cixzhang committed May 16, 2018
1 parent 351c8eb commit 8b5a3ba
Show file tree
Hide file tree
Showing 3 changed files with 3,344 additions and 143 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
language: node_js
node_js:
- "8.11"
- "6.6"
- "4.5"
- "4.4"
before_script:
- npm install -g grunt-cli
deploy:
provider: script
skip_cleanup: true
script:
- npm run semantic-release

Loading

0 comments on commit 8b5a3ba

Please sign in to comment.