.travis.yml 182 B

1234567891011121314151617
  1. language: node_js
  2. node_js:
  3. - '8'
  4. install:
  5. - npm install
  6. script:
  7. - npm test
  8. notifications:
  9. email:
  10. recipients:
  11. - wjielai@tencent.com
  12. - fysntian@tencent.com