.travis.yml 83 B

123456
  1. language: node_js
  2. node_js:
  3. - "0.9"
  4. - "0.10"
  5. after_script:
  6. - npm run coveralls