.travis.yml 142 B

1234567891011121314
  1. language: node_js
  2. node_js:
  3. - "4"
  4. - "6"
  5. - "8"
  6. - "9"
  7. branches:
  8. only:
  9. - master
  10. - node-4
  11. script:
  12. - npm run lint
  13. - npm test