Skip to content

Commit

Permalink
Merge pull request #194 from pelias/semantic-release-build-stage
Browse files Browse the repository at this point in the history
feat(release): replace semantic-release dep with Travis build stages
  • Loading branch information
orangejulius authored Sep 10, 2018
2 parents 182918e + 57f67d9 commit 4d1b90f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ matrix:
script: npm run travis
before_install:
- npm i -g npm
after_success:
- npx semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
jobs:
include:
- stage: release
node_js: 10
script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
if: branch = production
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"precommit-hook": "^3.0.0",
"proxyquire": "^2.0.0",
"tap-spec": "^5.0.0",
"tape": "^4.6.0",
"semantic-release": "^15.0.0"
"tape": "^4.6.0"
},
"pre-commit": [
"lint",
Expand Down

0 comments on commit 4d1b90f

Please sign in to comment.