Skip to content

Commit

Permalink
Fix Travis CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mbohlool committed Jun 30, 2017
1 parent ef558a5 commit 5900a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# ref: https://docs.travis-ci.com/user/languages/python
language: python
dist: trusty
sudo: true
services:
- docker
Expand Down
1 change: 1 addition & 0 deletions kubernetes/e2e_test/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5900a4c

Please sign in to comment.