Skip to content

Commit 565e17d

Browse files
committed
Remove npm run coverage
1 parent 7202467 commit 565e17d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- stage: Coverage check
2222
os: linux
2323
node_js: 11
24-
script: npm run coverage
24+
script: gulp coverage
2525
# If CI fails, codecov does not post a bot comment on PR, so we skip it
2626
if: type != pull_request && (branch == master || tag is not blank)
2727
# Deployment must happen after tests for the whole matrix have been

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
],
99
"scripts": {
1010
"build": "gulp build",
11-
"test": "npm run build && gulp test",
12-
"coverage": "gulp coverage"
11+
"test": "npm run build && gulp test"
1312
},
1413
"husky": {
1514
"hooks": {

0 commit comments

Comments
 (0)