Skip to content

Commit

Permalink
Enable apt retries (#15207)
Browse files Browse the repository at this point in the history
* Enable apt retries

* Enable apt retries for Kubernetes
  • Loading branch information
mtojek authored Dec 19, 2019
1 parent a586a35 commit 3c0dc41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ jobs:
stage: test
addons:
apt:
config:
retries: true
update: true
packages:
- python-virtualenv
Expand All @@ -212,6 +214,8 @@ jobs:

addons:
apt:
config:
retries: true
update: true
packages:
- python-virtualenv
Expand Down

0 comments on commit 3c0dc41

Please sign in to comment.