Run tests on major versions of iojs and node 4.

This commit is contained in:
James Coglan
2015-10-17 12:56:52 +01:00
parent 9cb62ecd49
commit 758ed46420
+5 -1
View File
@@ -1,3 +1,4 @@
sudo: false
language: node_js
node_js:
@@ -5,7 +6,10 @@ node_js:
- "0.8"
- "0.10"
- "0.12"
- "iojs"
- "iojs-1"
- "iojs-2"
- "iojs-3"
- "4"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] && npm conf set strict-ssl false || true'