test on node v0.12 instead of v0.11

master
jongleberry 2015-02-06 14:42:27 -08:00
parent 4b57c105e3
commit 089bc45e90
1 changed files with 1 additions and 1 deletions

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"