1
0

.travis.yml 144 B

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