.travis.yml 125 B

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