.travis.yml 85 B

12345
  1. language: node_js
  2. node_js: stable
  3. script: npm run lint
  4. notifications:
  5. email: false