.travis.yml 138 B

1234567891011
  1. language: node_js
  2. node_js:
  3. - "0.11"
  4. - "0.10"
  5. - "0.8"
  6. matrix:
  7. allow_failures:
  8. - node_js: "0.11"
  9. notifications:
  10. email: false