Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit c71b849

Browse files
committed
ci: try fix codevov upload SSL issue
1 parent e7b33cb commit c71b849

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
@@ -25,7 +25,7 @@ after_script:
2525
- apollo schema:check --endpoint="http://apiraw.coderplanets.com/graphiql"
2626
- apollo schema:publish --endpoint="http://apiraw.coderplanets.com/graphiql"
2727
after_success:
28-
- bash <(curl -s https://codecov.io/bash)
28+
- bash <(curl -s -k https://codecov.io/bash)
2929
cache:
3030
directories:
3131
- "$HOME/.cargo"

0 commit comments

Comments
 (0)