Skip to content

Commit

Permalink
docs(ssl): add usage for disabling ssl verify
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Jun 2, 2019
1 parent 2e3b5c6 commit d879b8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/usage/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ If you are using a non-public coveralls.io instance (for example: self-hosted Co

COVERALLS_HOST="https://coveralls.aperture.com" coveralls

In that case, you may also be interested in disabling SSL verification::

COVERALLS_SKIP_SSL_VERIFY='1' coveralls

If you are using named jobs, you can set::

COVERALLS_FLAG_NAME="insert-name-here"
Expand Down

0 comments on commit d879b8a

Please sign in to comment.