From 8b0475037d30453dad616ca69be3b090331c0bd7 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Fri, 13 Nov 2020 16:42:10 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 956997f25d..54ef006981 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ before_install: - ./CI/before_install.${TRAVIS_OS_NAME}.sh before_script: - ccache -z - - ./CI/before_script.${TRAVIS_OS_NAME}.sh + - ./CI/before_script.${TRAVIS_OS_NAME}.sh script: - cd ./build - ${ANALYZE} make -j3;