Skip to content

Commit

Permalink
chore: Add semantic-release as devDependency and update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
zimme committed Jun 16, 2019
1 parent 056d991 commit c87b69b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ script:
jobs:
include:
- stage: release
node_js: "12"
node_js: "lts/*"
script:
- npm start build
- npx semantic-release@15
- npm start build
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release@15
branches:
only:
- master
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"opt-cli": "^1.5.2",
"prettier-eslint-cli": "^4.2.1",
"rimraf": "^2.5.4",
"semantic-release": "^15.13.16",
"strip-indent": "^3.0.0"
},
"engines": {
Expand Down

0 comments on commit c87b69b

Please sign in to comment.