CircleCI install istanbul

This commit is contained in:
Cyrille 2019-05-09 08:58:16 +01:00
parent fbbd9cc152
commit 8a80a6631a
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: npm install - run: npm install
- run: npm install -g istanbul
- run: npm run clean - run: npm run clean
- run: npm run coverage - run: npm run coverage
- run: npm run clean - run: npm run clean