Fix Travis CI failure
This commit is contained in:
parent
ef558a5ce4
commit
5900a4c8c5
@ -1,5 +1,6 @@
|
||||
# ref: https://docs.travis-ci.com/user/languages/python
|
||||
language: python
|
||||
dist: trusty
|
||||
sudo: true
|
||||
services:
|
||||
- docker
|
||||
|
||||
@ -36,6 +36,7 @@ def get_e2e_configuration():
|
||||
urllib3.PoolManager().request('GET', url)
|
||||
config.host = url
|
||||
config.verify_ssl = False
|
||||
urllib3.disable_warnings()
|
||||
break
|
||||
except urllib3.exceptions.HTTPError:
|
||||
pass
|
||||
|
||||
Loading…
Reference in New Issue
Block a user