You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011
  1. language: node_js
  2. sudo: false
  3. before_install:
  4. - "npm -g install npm"
  5. node_js:
  6. - "0.8"
  7. - "0.10"
  8. - "0.12"
  9. - "iojs"
  10. - "4"
  11. - "5"