.travis.yml 227 B

1234567891011
  1. sudo: false # http://docs.travis-ci.com/user/workers/container-based-infrastructure/
  2. language: node_js
  3. node_js:
  4. - 0.12
  5. - 4
  6. notifications:
  7. email:
  8. - medikoo+es6-iterator@medikoo.com
  9. script: "npm test && npm run lint"