Skip to content

Commit 465a371

Browse files
authored
Merge pull request #1760 from pquentin/fix-freebsd-build
Fix FreeBSD build by busting the cache
2 parents 32302eb + f3df00c commit 465a371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- "FREEBSD_INSTALLER_ISO_XZ=https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/12.1/FreeBSD-12.1-RELEASE-amd64-disc1.iso.xz"
1818
# Increment this each time you change the image build code in
1919
# ci.sh and want to intentionally bust the cache.
20-
- "CACHE_GEN=2"
20+
- "CACHE_GEN=3"
2121
cache:
2222
directories:
2323
- travis-cache

0 commit comments

Comments
 (0)