Make Travis happy with different Node.js versions

This commit is contained in:
loicsaintroch 2015-10-07 15:34:38 +02:00
parent a0c3594fd6
commit 6c92903312

View File

@ -1,12 +1,11 @@
language: node_js
node_js:
- "0.11"
- "0.12"
- "iojs-v1"
- "iojs-v2"
- "iojs-v3"
- "4.0"
- "1"
- "2"
- "3"
- "4"
sudo: false