This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
website
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
adding global npm packages to ci
pull/1/head
Levi Olson
6 years ago
parent
8bafba2d94
commit
54b558dd9e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.gitlab-ci.yml
+ 2
- 0
.gitlab-ci.yml
View File
@ -10,9 +10,11 @@ cache:
test_async:
script:
-
npm install
-
npm install --global mocha
-
npm run test
test_coverage:
script:
-
npm install
-
npm install --global mocha nyc
-
npm run coverage
Write
Preview
Loading…
Cancel
Save