Skip to content

Commit

Permalink
dropped support for node 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWise committed Sep 17, 2018
1 parent 0d1537e commit b7b79c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,8 +1,6 @@
language: node_js
sudo: false
node_js:
- "6"
- "7"
- "8"
- "9"
- "10"
Expand Down
2 changes: 1 addition & 1 deletion docs/benchmark.md
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Expand Up @@ -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).

Expand Down

0 comments on commit b7b79c1

Please sign in to comment.