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

Loading…
Cancel
Save