.travis.yml 158 B

123456789101112
  1. language: node_js
  2. node_js:
  3. - '12'
  4. - '10'
  5. - '8'
  6. script:
  7. - npm install jshint
  8. - npm run-script test
  9. - npm run-script lint
  10. - npm run-script flow