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:
|
||||
ccache: true
|
||||
directories:
|
||||
- depends/built
|
||||
- depends/sdk-sources
|
||||
- $TRAVIS_BUILD_DIR/depends/built
|
||||
- $TRAVIS_BUILD_DIR/depends/sdk-sources
|
||||
- $HOME/.ccache
|
||||
stages:
|
||||
- lint
|
||||
|
|
Loading…
Reference in a new issue