Skip to content

Commit

Permalink
travis: Use absolute paths for cache dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke authored and Warrows committed Jul 9, 2019
1 parent 1fa0bf3 commit 1aa76d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1aa76d0

Please sign in to comment.