.travis.yml 240 B

12345678
  1. language: node_js
  2. node_js:
  3. - "0.10" # Unsupported
  4. - "0.12" # Supported till 2016-12-31
  5. - "4" # Supported till 2018-04-01
  6. - "5" # Unsupported
  7. - "6" # Supported till 2019-04-18
  8. - "7" # Active Development