Test on Node stable instead of iojs.

This commit is contained in:
Julien Fontanet 2015-10-21 09:22:11 +02:00
parent 6296f616ca
commit b2b029e852

View File

@ -1,5 +1,5 @@
language: node_js language: node_js
node_js: node_js:
- 'iojs' - 'stable'
- '0.12' - '0.12'
- '0.10' - '0.10'