Skip to content

Commit

Permalink
fix(release): update travis stages
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Dec 21, 2018
1 parent 7a6c0a3 commit ae6dde3
Show file tree
Hide file tree
Showing 3 changed files with 676 additions and 832 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:
- npm run 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 ae6dde3

Please sign in to comment.