.travis.yml 82 B

12345678
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - lts/boron
  5. - lts/carbon
  6. - current