.travis.yml 83 B

1234567
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "6"
  5. - "8"
  6. matrix:
  7. fast_finish: true