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

9 行
181 B

  1. language: node_js
  2. node_js:
  3. - "8"
  4. before_install:
  5. - "npm install -g npm@'>=5.3.0'"
  6. after_script:
  7. - "npm run coverage"
  8. - "npx nyc report --reporter=text-lcov | npx coveralls"