We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f7d15 commit 31b0101Copy full SHA for 31b0101
2 files changed
.coverage
.travis.yml
@@ -18,7 +18,7 @@ script:
18
- touch _build/html/.nojekyll
19
20
after_success:
21
- - codecov
+ - bash <(curl -s https://codecov.io/bash)
22
23
deploy:
24
provider: pages
0 commit comments