Test on Node 0.12 and io.js.

This commit is contained in:
James Coglan
2015-02-19 09:25:34 +00:00
parent eb6718f6c8
commit 2a39f8eaac
+2 -1
View File
@@ -4,7 +4,8 @@ node_js:
- "0.6"
- "0.8"
- "0.10"
- "0.11"
- "0.12"
- "iojs"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] && npm conf set strict-ssl false || true'