test on node v0.12 instead of v0.11

This commit is contained in:
jongleberry 2015-02-06 14:42:27 -08:00
parent 4b57c105e3
commit 089bc45e90

View file

@ -1,6 +1,6 @@
language: node_js
node_js:
- "0.11"
- "0.12"
- "iojs-v1.0"
- "iojs-v1.1"
script: "make test-travis"