0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-12 11:19:08 -05:00

travis: Use absolute paths for cache dirs

This commit is contained in:
MarcoFalke 2019-06-14 10:49:00 -04:00
parent fae9d54abc
commit 88884c6f75
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -31,8 +31,8 @@ language: minimal
cache: cache:
ccache: true ccache: true
directories: directories:
- depends/built - $TRAVIS_BUILD_DIR/depends/built
- depends/sdk-sources - $TRAVIS_BUILD_DIR/depends/sdk-sources
- $HOME/.ccache - $HOME/.ccache
stages: stages:
- lint - lint