Multiple NodeJS and io.js versions for travis

experimental
yago 11 years ago
parent 22814c8588
commit fb44c31626
  1. 10
      .travis.yml

@ -1,3 +1,11 @@
language: node_js language: node_js
after_success: node_js:
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "0.6"
- "iojs"
- "iojs-v1.0.4"
after_success:
- npm run test-cov - npm run test-cov

Loading…
Cancel
Save