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 d94c83b commit 3a80f72
Show file tree
Hide file tree
Showing 4 changed files with 1,264 additions and 2,397 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
language: node_js
node_js:
- 8
- 10
- 11

notifications:
email: false

before_install:
- npm install -g codecov
install:
- yarn
script:
- yarn 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 3a80f72

Please # to comment.