Skip to content
This repository was archived by the owner on Aug 22, 2020. It is now read-only.

Commit 5b48368

Browse files
authored
Merge pull request #22 from infosiftr/codecov
Fix codecov on Windows workers by avoiding <()
2 parents fed4653 + fb43d90 commit 5b48368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ script:
2323
done
2424
2525
after_script:
26-
- bash <(curl -s https://codecov.io/bash)
26+
- curl -fL https://codecov.io/bash -o codecov.sh && bash codecov.sh

0 commit comments

Comments
 (0)