Skip to content

Commit

Permalink
Add support for node 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Apr 27, 2016
1 parent 12b4abc commit 98b05b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,13 +1,14 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "6"
- "5"
- "4.4"
- "4.3"
- "4.2"
- "4.1"
- "4.0"
- "0.10"
- "0.12"
sudo: false

# https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,6 +54,6 @@
"standard": "^6.0.8"
},
"engines": {
"node": ">=0.10.0 <=5"
"node": ">=0.10.0 <=6"
}
}

0 comments on commit 98b05b2

Please sign in to comment.