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

.travis.yml 299B

123456789101112131415
  1. version: ~> 1.0
  2. language: node_js
  3. cache:
  4. directories:
  5. - "$(nvm cache dir)"
  6. os:
  7. - linux
  8. import:
  9. - ljharb/travis-ci:node/all.yml
  10. - ljharb/travis-ci:node/pretest.yml
  11. - ljharb/travis-ci:node/posttest.yml
  12. - ljharb/travis-ci:node/coverage.yml
  13. matrix:
  14. allow_failures:
  15. - env: COVERAGE=true