Skip to content

Commit 5f6c4e9

Browse files
chore: travis config for codecov
1 parent f09ef85 commit 5f6c4e9

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
@@ -2,8 +2,8 @@ language: node_js
22
node_js:
33
- "stable"
44
script:
5-
- test
6-
- report-coverage
5+
- npm test
6+
- npm run report-coverage
77
jobs:
88
include:
99
# Define the release stage that runs semantic-release

0 commit comments

Comments
 (0)