Skip to content

Commit 1f1631a

Browse files
committed
Travis fix: ccache limit was in the wrong section
1 parent ae0ab67 commit 1f1631a

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)