.travis.yml 108 B

12345678
  1. language: node_js
  2. node_js:
  3. - "0.10"
  4. - "0.11"
  5. matrix:
  6. allow_failures:
  7. - node_js: "0.11"