Update the Node.js version used by Travis, to prevent deprecation warnings in the output

This commit is contained in:
Jonas Jenwald 2015-12-10 13:15:32 +01:00
parent 7b144c02d3
commit 81e86c4e3d

View File

@ -1,3 +1,3 @@
language: node_js
node_js:
- "0.10"
- "0.12"