My ham website
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.

14 lines
358 B

6 years ago
6 years ago
  1. # This file is a template, and might need editing before it works on your project.
  2. # Official framework image. Look for the different tagged releases at:
  3. # https://hub.docker.com/r/library/node/tags/
  4. image: node:latest
  5. cache:
  6. paths:
  7. - node_modules/
  8. test_coverage:
  9. script:
  10. - npm install
  11. - npm install --global mocha nyc
  12. - npm run coverage