.travis.yml 71 B

12345678
  1. language: node_js
  2. sudo: false
  3. node_js:
  4. - '7'
  5. - '8'
  6. - '9'
  7. - '10'
  8. - '11'