Skip to content

Commit

Permalink
fix(semantic): Add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
maticzav committed May 15, 2018
1 parent f091da4 commit 4610ea0
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
language: node_js
node_js:
- 9
- 8

cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '9'
- '8'
- '6'
- '4'
after_success:
- npm run travis-deploy-once "npm run semantic-release"

jobs:
include:
- stage: release
node_js: lts/*
deploy:
provider: script
skip_cleanup: true
script:
- npm run travis-deploy-once "npm run semantic-release"

branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 4610ea0

Please sign in to comment.