Skip to content

Commit

Permalink
Merge pull request #241 from pelias/ci-and-nodejs-updates
Browse files Browse the repository at this point in the history
CI and Node.js updates
  • Loading branch information
orangejulius committed Nov 3, 2018
2 parents 2b195b6 + 61d279e commit c43d110
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 @@ -3,7 +3,7 @@
"version": "0.0.0-development",
"description": "A fast, local, streaming Who's On First administrative hierarchy lookup.",
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c43d110

Please sign in to comment.