Skip to content

Commit

Permalink
Travis: refresh docker centos:6 cache before build to fix invalid cac…
Browse files Browse the repository at this point in the history
…he entry
  • Loading branch information
edenhill committed Dec 2, 2020
1 parent defe2fb commit f678751
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ matrix:
os: linux
compiler: gcc
env: ADDITIONAL_BUILDS="centos" SKIP_MAKE=y
before_script:
# Starting mid October 2020 Travis-CI has a broken docker image cache
# for one of the centos:6 layers, so we explicitly refresh it before
# doing the ADDITIONAL_BUILDS.
- docker pull centos:6
- name: "Linux clang: +alpine"
os: linux
compiler: clang
Expand Down

0 comments on commit f678751

Please sign in to comment.