Skip to content

Commit

Permalink
chore: simplify semantic-release a bit (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 19, 2018
1 parent f4850a3 commit 1361d59
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1,300 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -24,9 +24,9 @@ jobs:
script:
- npx -p danger@^3 danger ci
- stage: release
node_js: 8
node_js: lts/*
os: linux
after_success: yarn travis-deploy-once "yarn semantic-release"
after_success: npx semantic-release@15
cache:
yarn: true
branches:
Expand Down
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -46,9 +46,7 @@
"jest-runner-eslint": "^0.4.0",
"lint-staged": "^7.0.0",
"prettier": "^1.10.2",
"prettylint": "^1.0.0",
"semantic-release": "^15.0.2",
"travis-deploy-once": "^4.3.1"
"prettylint": "^1.0.0"
},
"prettier": {
"proseWrap": "always",
Expand Down

0 comments on commit 1361d59

Please sign in to comment.