.travis.yml 84 B

123456789
  1. language: node_js
  2. node_js:
  3. - "4"
  4. - "5"
  5. - "6"
  6. - "7"
  7. - "8"
  8. - "9"
  9. - "10"