We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 893e219 + 4b42ad6 commit f6a35f3Copy full SHA for f6a35f3
.travis.yml
@@ -24,8 +24,9 @@ matrix:
24
before_install:
25
#we create symlink to non-ccache gcc, to be used in tests
26
- mkdir bin ; ln -s /usr/bin/gcc bin/gcc
27
- - brew install ccache
+ - HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
28
- export PATH=/usr/local/opt/ccache/libexec:$PATH
29
+ - ccache -M 1G
30
env: COMPILER=g++
31
32
# OS X using clang++
@@ -34,11 +35,12 @@ matrix:
34
35
compiler: clang
36
cache: ccache
37
38
39
40
env:
41
- COMPILER="ccache clang++ -Qunused-arguments -fcolor-diagnostics"
42
- CCACHE_CPP2=yes
43
44
45
# Ubuntu Linux with glibc using g++-5
46
- os: linux
0 commit comments