Browse Source

adding global npm packages to ci

post_vjs2
Levi Olson 6 years ago
parent
commit
54b558dd9e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .gitlab-ci.yml

+ 2
- 0
.gitlab-ci.yml View File

@ -10,9 +10,11 @@ cache:
test_async: test_async:
script: script:
- npm install - npm install
- npm install --global mocha
- npm run test - npm run test
test_coverage: test_coverage:
script: script:
- npm install - npm install
- npm install --global mocha nyc
- npm run coverage - npm run coverage

Loading…
Cancel
Save