Skip to content

Commit aca8046

Browse files
committed
Fix codecov CI integration.
1 parent a9daf2d commit aca8046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- stage: lint types
1212
script: npm run lint-types
1313
after_success:
14-
- npx codecov
14+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)