Skip to content

Commit

Permalink
Merge pull request #28 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 7, 2018
2 parents 4e5288d + 3aaf953 commit d8c2d1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- 6
- 8
- 10
matrix:
fast_finish: true
fast_finish: true
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 = master
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"express": "^4.15.2",
"pelias-mock-logger": "^1.3.0",
"proxyquire": "^2.0.0",
"semantic-release": "^15.4.1",
"tap-dot": "^2.0.0",
"tape": "^4.6.3"
},
Expand Down

0 comments on commit d8c2d1f

Please sign in to comment.