mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 11:43:26 -03:00
travis: Use absolute paths for cache dirs
This commit is contained in:
parent
fae9d54abc
commit
88884c6f75
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue