版博士V2.0程序
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.
 
 
 
 

9 lines
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"