.travis.yml 89 B

123456789
  1. language: node_js
  2. node_js:
  3. - '8'
  4. - '7'
  5. - '6'
  6. - '5'
  7. - '4'
  8. - '0.12'
  9. - '0.10'