forked from LBRYCommunity/lbry-sdk
commit
87aa9fc6c4
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ matrix:
|
|||
language: generic
|
||||
osx_image: xcode7.3
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
- $HOME/Library/Caches/pip
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./packaging/travis/setup_osx.sh; fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue