.travis.yml: remove before_cache hook. not needed.
This commit is contained in:
parent
7e54eec1ff
commit
2ac6cbd957
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@ env:
|
|||
cache:
|
||||
directories:
|
||||
- $HOME/hostdir/repocache
|
||||
before_cache:
|
||||
- mv hostdir/repocache/* $HOME/repocache
|
||||
|
||||
before_script:
|
||||
- common/travis/prepare.sh
|
||||
- common/travis/fetch_upstream.sh
|
||||
|
|
Loading…
Reference in a new issue