Skip to content

Commit 9341d4f

Browse files
committed
run codecov using npx in Travis CI
1 parent e7649d7 commit 9341d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ script:
1414
- cd website && npm install && npm run build
1515

1616
after_success:
17-
- codecov
17+
- npx codecov
1818

1919
cache:
2020
directories:

0 commit comments

Comments
 (0)