Skip to content

Commit

Permalink
ci(deploy): run semantic release within travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaperret committed Mar 23, 2018
1 parent 7734c33 commit 924e90b
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '8'
before_script:
- npm prune
cache:
directories:
- "node_modules"
script:
- npm run test
- npm run lint
- npm test
- npm run coveralls
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release

0 comments on commit 924e90b

Please sign in to comment.