Ver Fonte

Cache max size.

Former-commit-id: b77d540693469cb9737e181bffaeab727ef73a25
Jérémie Dumas há 7 anos atrás
pai
commit
d8e161d46f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -49,7 +49,7 @@ install:
 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; fi
 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/ccache/libexec:$PATH"; fi
 - eval "${MATRIX_EVAL}"
-- ccache --set-config=max_size=5.0G
+- ccache --max-size=5.0G
 - ccache -V && ccache --show-stats && ccache --zero-stats
 
 script: