Travis: use travis_retry with `apt-get update`
Ref: https://travis-ci.org/awesomeWM/awesome/jobs/96732636
This commit is contained in:
parent
a86d1137ee
commit
0eac1ee91e
|
@ -21,7 +21,7 @@ before_install:
|
|||
|
||||
install:
|
||||
# Travis boilerplate: the apt-get cache might be out of date.
|
||||
- sudo apt-get update -qq
|
||||
- travis_retry sudo apt-get update -qq
|
||||
|
||||
# Do not install recommended packages with apt-get.
|
||||
- echo 'APT::Install-Recommends "false";' | sudo tee /etc/apt/apt.conf.d/no-recommends
|
||||
|
|
Loading…
Reference in New Issue