Skip to content

Commit

Permalink
#1031 Attempting to add support for node.js 5
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhyder committed May 8, 2016
1 parent 5bf577c commit 0f1ca18
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 225 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ node_js:
- "0.11"
- "0.12"
- "4"
- "5"
- "iojs"
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
},
"main": "./pencilblue.js",
"engines": {
"node": ">= 0.11.0 <5"
"node": ">= 0.11.0 <6"
},
"scripts": {
"start": "node pencilblue.js",
Expand Down

0 comments on commit 0f1ca18

Please sign in to comment.