Updated travis CI config: Enable Node.js 0.12

This commit is contained in:
Patrick Steele-Idem 2015-05-27 14:10:20 -06:00
parent 7eb0c77f8d
commit 3845da31a1

View File

@ -1,5 +1,5 @@
node_js:
- "0.10"
- "0.11"
- "0.12"
language: node_js
script: "npm test"