Skip to content

Commit 1219aeb

Browse files
author
RubioJr9
committed
Turning off ccache
1 parent 585b916 commit 1219aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: c++
2-
cache: ccache
2+
# cache: ccache
33

44
matrix:
55
include:
@@ -61,7 +61,7 @@ install:
6161
- if [[ "$QT5" = "OFF" && "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 30 scripts/getQt4Mac.sh; fi
6262
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ninja; fi
6363
# TODO: figure out/test ccache
64-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; export PATH="/usr/local/opt/ccache/libexec:$PATH"; fi
64+
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; export PATH="/usr/local/opt/ccache/libexec:$PATH"; fi
6565
# Verify qt 5.13, maybe not upgrade
6666
- if [[ "$QT5" = "ON" && "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt || true; fi
6767
- if [[ "$QT5" = "ON" && "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade qt || true; fi

0 commit comments

Comments
 (0)