trying to remove cache to get rid of strange error

This commit is contained in:
Paolo Cignoni 2018-02-21 07:22:08 +01:00
parent 472a2cd4a9
commit dde6e190f7

View File

@ -43,10 +43,10 @@ install:
- git clone --depth=1 -b devel https://github.com/cnr-isti-vclab/vcglib.git
- cd meshlab
cache:
directories:
- $HOME/Library/Caches/Homebrew
- $HOME/vcglib
- $HOME/meshlab/src/external/lib/macx64
# directories:
# - $HOME/Library/Caches/Homebrew
# - $HOME/vcglib
# - $HOME/meshlab/src/external/lib/macx64
script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH="/usr/local/opt/llvm/bin:$PATH" ;fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which clang ;fi