Skip to content

Commit

Permalink
test: add node 6,7, remove node 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Feb 21, 2017
1 parent 02336cc commit 97c5bac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "0.11"
- "0.12"
- "4"
- "6"
- "7"
script: "make test-travis"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,6 +63,6 @@
"test": "make test"
},
"engines": {
"node": "> 0.11.4"
"node": "> 0.12.0"
}
}

0 comments on commit 97c5bac

Please sign in to comment.