Cache the right thing.

This commit is contained in:
Par Winzell 2019-05-13 19:40:55 -07:00
parent 047b757f48
commit d8c3c1b446
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ compiler: gcc
language: generic language: generic
cache: cache:
directories: directories:
- .conan - ${HOME}/.conan
before_install: before_install:
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew install git-lfs; git lfs install; fi - if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew install git-lfs; git lfs install; fi