Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
fix(release): simplify semantic-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleV committed Jun 17, 2018
1 parent be012b1 commit b5aa75e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js
node_js:
- 8.11.2
- '9'
- lts/*
- node
before_install:
- git config --global url."git@github.com:".insteadOf "https://github.com/"
install:
- npm install
script:
- npm test
- >-
Expand All @@ -17,7 +15,7 @@ cache:
notifications:
email: false
after_success:
- npm run travis-deploy-once "npm run semantic-release"
- npm run semantic-release
branches:
except:
- /^vd+.d+.d+$/
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"watch:build": "tsc --watch",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"bin": {
Expand Down Expand Up @@ -74,7 +73,6 @@
"jasmine-core": "^3.1.0",
"mock-fs": "^4.4.1",
"typescript": "^2.5.3",
"travis-deploy-once": "^5.0.0",
"semantic-release": "^15.5.0",
"@labshare/semantic-release-config": "^1.0.0"
},
Expand Down

0 comments on commit b5aa75e

Please sign in to comment.