Skip to content

Commit

Permalink
build(semantic-release): Add semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoebe Schmidt authored Sep 27, 2018
1 parent 75b332d commit e9188c5
Show file tree
Hide file tree
Showing 3 changed files with 10,122 additions and 2,417 deletions.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 8
- '8'

sudo: false

Expand All @@ -10,3 +10,14 @@ env:
script:
- npm run lint
- npm run coverage-report

cache:
directories:
- ~/.npm
notifications:
email: false
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit e9188c5

Please sign in to comment.