We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fed4653 + fb43d90 commit 5b48368Copy full SHA for 5b48368
.travis.yml
@@ -23,4 +23,4 @@ script:
23
done
24
25
after_script:
26
- - bash <(curl -s https://codecov.io/bash)
+ - curl -fL https://codecov.io/bash -o codecov.sh && bash codecov.sh
0 commit comments