Skip to content

Commit

Permalink
Use codecov bash uploader (#249)
Browse files Browse the repository at this point in the history
This works in Travis CI windows because the build is run under git-bash.
  • Loading branch information
shazron authored May 29, 2020
1 parent df8ca18 commit 68a4133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
script:
- npm test
after_success:
- ./node_modules/.bin/codecov
- bash <(curl -s https://codecov.io/bash)
# safelist (prevent double builds in PRs)
branches:
only:
Expand Down

0 comments on commit 68a4133

Please sign in to comment.