Skip to content

Commit

Permalink
chore: bump semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
fmal committed Jun 21, 2018
1 parent ef05833 commit c2a1776
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@ language: node_js
cache:
directories:
- node_modules
- ~/.npm
node_js:
- '7'
- '9'
- '6'
- '4'
notifications:
email: false
before_script:
- npm prune
script:
- npm run test
before_install:
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
after_success:
- npm run semantic-release
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"commit": "git-cz",
"commitmsg": "validate-commit-msg",
"prepush": "npm test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"dependencies": {
"plugin-error": "~1.0.1",
Expand All @@ -29,9 +30,10 @@
"cz-conventional-changelog": "^2.0.0",
"faucet": "0.0.1",
"husky": "^0.13.3",
"semantic-release": "^6.3.2",
"semantic-release": "^15.6.0",
"tape": "^4.0.1",
"validate-commit-msg": "^2.12.1",
"travis-deploy-once": "^5.0.0",
"validate-commit-msg": "^2.14.0",
"vinyl": "^2.1.0"
},
"config": {
Expand Down

0 comments on commit c2a1776

Please sign in to comment.