Skip to content

Commit

Permalink
feat(release): semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Dec 21, 2018
1 parent 9f979ee commit 3932692
Show file tree
Hide file tree
Showing 3 changed files with 1,678 additions and 899 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: node_js
node_js:
- 8
- 10
- 11

notifications:
email: false

before_install:
- npm install -g codecov
script:
- make test
- codecov

branches:
except:
- '/^v\d+\.\d+\.\d+$/'

jobs:
include:
- stage: deploy
if: branch == master && !fork
node_js: node # pre-installed version
script:
- npm install -g semantic-release
- semantic-release
Loading

0 comments on commit 3932692

Please sign in to comment.