Skip to content

Commit

Permalink
build(semantic-release): setup semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmerckx authored May 11, 2018
1 parent 3b748f0 commit ee9b00d
Show file tree
Hide file tree
Showing 3 changed files with 1,506 additions and 28 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
Expand All @@ -14,3 +19,12 @@ script:
- npm run send-coverage
- npm run e2e-ci
- npm run build
node_js:
- '9'
- '8'
- '6'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

1 comment on commit ee9b00d

@kevinmerckx
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

close #39

Please sign in to comment.