.travis.yml: remove before_cache hook. not needed.

This commit is contained in:
Enno Boland 2015-04-10 15:23:28 +02:00
parent 7e54eec1ff
commit 2ac6cbd957
1 changed files with 0 additions and 3 deletions

View File

@ -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