Skip to content

Commit

Permalink
Merge pull request #73 from pelias/ci-updates
Browse files Browse the repository at this point in the history
CI updates
  • Loading branch information
orangejulius authored Feb 14, 2019
2 parents e46d83f + d402064 commit 7e55bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
notifications:
email: false
node_js:
- 6
- 8
- 10
matrix:
Expand All @@ -19,4 +18,4 @@ jobs:
- stage: release
node_js: 10
script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
if: branch = master
if: (branch = master) AND ( type = push )
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/pelias/pbf2json/issues"
},
"engines": {
"node": ">=6.0.0",
"node": ">=8.0.0",
"npm": ">=1.4.3"
},
"dependencies": {
Expand Down

0 comments on commit 7e55bd4

Please sign in to comment.