Skip to content

Commit

Permalink
Merge pull request #280 from ralphtheninja/master
Browse files Browse the repository at this point in the history
add node 6 to travis
  • Loading branch information
ralphtheninja committed Apr 28, 2016
2 parents ecb8634 + 267586b commit b152b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ before_install:
- export JOBS=max

node_js:
- "6"
- "5"
- "4"
- "0.12"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"abstract-leveldown": "~2.4.0",
"bindings": "~1.2.1",
"fast-future": "~1.0.0",
"nan": "~2.2.0",
"nan": "~2.3.0",
"prebuild": "^4.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit b152b1b

Please sign in to comment.