Skip to content

Commit

Permalink
Update to test and specify compat. with node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Oct 29, 2015
1 parent 01f9080 commit 9afecf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,5 +1,7 @@
language: node_js
node_js:
- "4.0"
- "0.12"
- "0.11"
- "0.10"
script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/digitalsadhu/admittance",
"dependencies": {},
"engines": {
"node": ">=0.6 <0.12"
"node": ">=0.6"
},
"author": "Richard Walker <digitalsadhu@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 9afecf4

Please sign in to comment.