1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-20 19:06:35 -04:00

Add npm ci

This commit is contained in:
Jack Foltz 2018-08-13 07:27:17 -04:00
parent 8322997bce
commit d37103ea39
Signed by: foltik
GPG Key ID: 303F88F996E95541

View File

@ -8,6 +8,7 @@ cache:
directories:
- "node_modules"
install:
- npm ci
- npm install -g npx
script:
- npx istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec