Skip to content

Commit bf0103e

Browse files
authored
Merge pull request diffblue#816 from forejtv/bugfix/ccache-on-mac-clang
Travis fix: ccache limit was in the wrong section
2 parents ae0ab67 + 1f1631a commit bf0103e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ matrix:
3737
before_install:
3838
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
3939
- export PATH=/usr/local/opt/ccache/libexec:$PATH
40+
- ccache -M 1G
4041
env:
4142
- COMPILER="ccache clang++ -Qunused-arguments -fcolor-diagnostics"
4243
- CCACHE_CPP2=yes
43-
- ccache -M 1G
4444

4545
# Ubuntu Linux with glibc using g++-5
4646
- os: linux

0 commit comments

Comments
 (0)