.travis.yml 181 B

1234567891011121314
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "0.10"
  5. - "0.12"
  6. - iojs
  7. - "4"
  8. - "stable"
  9. script: "npm run travis"
  10. after_success:
  11. - npm run test:coveralls
  12. - rm -rf ./coverage