From b7b79c1e1d775c622290aeacfed23030e33c33fd Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Mon, 17 Sep 2018 06:11:30 -0400 Subject: [PATCH] dropped support for node 6 and 7 --- .travis.yml | 2 -- docs/benchmark.md | 2 +- docs/troubleshooting.md | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 124d49cd..b7b2dfe6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: node_js sudo: false node_js: -- "6" -- "7" - "8" - "9" - "10" diff --git a/docs/benchmark.md b/docs/benchmark.md index b70577d6..e9b60da9 100644 --- a/docs/benchmark.md +++ b/docs/benchmark.md @@ -9,7 +9,7 @@ npm install # if you're doing this as the root user, --unsafe-perm is required node benchmark ``` -## Results +# Results These results are from 08/29/2017, on a MacBook Pro (Retina, 15-inch, Mid 2014, OSX 10.11.6), using nodejs v6.10.3. diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index ff15e269..67e7a8c9 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -2,7 +2,7 @@ If you have trouble installing `better-sqlite3`, follow this checklist: -1. Make sure you're using nodejs v6.11.4 or later +1. Make sure you're using nodejs v8.11.4 or later 2. Make sure you have [`node-gyp`](https://github.com/nodejs/node-gyp#installation) globally installed, including all of [its dependencies](https://github.com/nodejs/node-gyp#on-unix). On Windows you may need to [configure some things manually](https://github.com/nodejs/node-gyp#on-windows).