Skip to content

Commit

Permalink
ci: add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Sep 28, 2018
1 parent 158ae2a commit d54314b
Show file tree
Hide file tree
Showing 5 changed files with 3,772 additions and 7,224 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/node_modules/.*config-chain/test/broken.json

[include]

Expand Down
20 changes: 16 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
language: node_js
node_js:
- "8"
cache:
directories:
- ~/.npm
notifications:
email: false
install:
- yarn
- npm install -g codecov
- yarn
- npm install -g codecov
node_js:
- '10'
- '9'
- '8'
script:
- yarn test:eslint
- yarn test:flow
- yarn test --coverage
- codecov
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit d54314b

Please sign in to comment.