From 9aff83fb6528e95fb193e75d19fab3b42f568e75 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 1 Oct 2020 22:49:16 -0700 Subject: [PATCH] Fixed travis config issues reeported by travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d3dc9893..ef88cc67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: