Fixed travis config issues reeported by travis

pull/912/head
Jesse Vincent 4 years ago
parent 8150eec669
commit 9aff83fb65
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -1,5 +1,4 @@
dist: focal
sudo: false
language: c
os:
- linux
@ -13,7 +12,7 @@ env:
- LC_ALL: C
git:
quiet: true
before-install:
before_install:
- ccache --set-config=compiler_check=content -M 5G -F 0
install:

Loading…
Cancel
Save