Skip to content

Commit

Permalink
Fix MacOS ZcashParams travis-ci cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cronicc committed Oct 19, 2020
1 parent 61c70c3 commit 03ad3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ os: linux
osx_image: xcode9.4
cache:
directories:
- "$HOME/Library/Application Support/ZcashParams"
- "$HOME/Library/Application\ Support/ZcashParams"
script:
- bash -c "RENAME_FOLDER='true' RENAME_SUFFIX='_clean' ${TRAVIS_BUILD_DIR}/contrib/ci-horizen/scripts/common/get_archive.sh ${B2_DL_DECOMPRESS_FOLDER} ${B2_DL_FILENAME}"
- bash -c "${TRAVIS_BUILD_DIR}/contrib/ci-horizen/scripts/common/travis_stay_alive.sh"
Expand Down

0 comments on commit 03ad3d4

Please sign in to comment.