.travis.yml 201 B

12345678910111213
  1. sudo: false # use faster docker infrastructure
  2. language: node_js
  3. node_js:
  4. - 0.12
  5. - 4
  6. - 6
  7. - 7
  8. notifications:
  9. email:
  10. - medikoo+es6-weak-map@medikoo.com
  11. script: "npm test && npm run lint"