Skip to content

Commit

Permalink
Merge pull request #92 from pelias/ci-nodejs-updates
Browse files Browse the repository at this point in the history
CI and Node.js Updates
  • Loading branch information
orangejulius committed Nov 2, 2018
2 parents 24779af + 32957f0 commit 4d408dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
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
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0-development",
"description": "An Elasticsearch query builder for Pelias",
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4d408dd

Please sign in to comment.