Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit d7a776b

Browse files
committed
fix(Build): Disable coverage
1 parent ea647c4 commit d7a776b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ script:
3838
- cd core
3939
- npm i
4040
- npm install .
41-
- npm run coverage
41+
- npm run test
4242
- cd ..
4343
- cd cli
4444
- npm i
4545
- npm install . -g
46-
- npm run coverage
46+
- npm run test
4747
- ./runTests.sh
4848
- cd ..
4949
- ./docker-build-images.sh

0 commit comments

Comments
 (0)