From 1f1631a3ec4f6c8d07f4fa8ef89469f1385b7ce5 Mon Sep 17 00:00:00 2001 From: Vojtech Forejt Date: Wed, 12 Apr 2017 14:49:26 +0100 Subject: [PATCH] Travis fix: ccache limit was in the wrong section --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a2396927dab..7cebb781ff4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,10 +37,10 @@ matrix: before_install: - HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache - export PATH=/usr/local/opt/ccache/libexec:$PATH + - ccache -M 1G env: - COMPILER="ccache clang++ -Qunused-arguments -fcolor-diagnostics" - CCACHE_CPP2=yes - - ccache -M 1G # Ubuntu Linux with glibc using g++-5 - os: linux