.travis.yml 118 B

123456789
  1. language: node_js
  2. node_js:
  3. - "0.10"
  4. - "0.12"
  5. - iojs
  6. matrix:
  7. fast_finish: true
  8. allow_failures:
  9. - node_js: 0.11