.travis.yml 108 B

12345678910
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "6"
  5. - "8"
  6. - "10"
  7. - "stable"
  8. branches:
  9. only:
  10. - master