Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.travis.yml 225B

123456789101112131415161718
  1. language: node_js
  2. node_js:
  3. - "7.0"
  4. - "6.0"
  5. - "5.0"
  6. - "4.0"
  7. - "iojs"
  8. - "0.12"
  9. - "0.11"
  10. - "0.10"
  11. - "0.8"
  12. matrix:
  13. allow_failures:
  14. - node_js: "0.8"
  15. # Allow Travis tests to run in containers.
  16. sudo: false