Skip to content

Commit

Permalink
feat: Merge pull request #68 from pelias/remove-support-for-nodejs-4
Browse files Browse the repository at this point in the history
Remove support for Node.js 4
  • Loading branch information
orangejulius authored Mar 14, 2018
2 parents 63f7d9a + 88dbf6a commit beb5d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@ language: node_js
notifications:
email: false
node_js:
- 4
- 6
- 8
matrix:
fast_finish: true
env:
global:
- BUILD_LEADER_ID=2
script: npm run travis
before_install:
- npm i -g npm@^3.0.0
- npm i -g npm
before_script:
- npm prune
after_success:
- npm install -g npx
- npx -p node@8 npm run semantic-release
- npm run semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Mapzen",
"license": "MIT",
"engines": {
"node": ">= 4.0.0",
"node": ">= 6.0.0",
"npm": "^3.10.10"
},
"repository": {
Expand Down

0 comments on commit beb5d9b

Please sign in to comment.