diff options
author | Enno Boland <gottox@voidlinux.eu> | 2015-04-10 13:23:28 +0000 |
---|---|---|
committer | Enno Boland <gottox@voidlinux.eu> | 2015-04-10 13:41:23 +0000 |
commit | 2ac6cbd957049cbcc7d3b6225d52c01647dfa508 (patch) | |
tree | 3baa22ff32cfe46c85a69dd9df044cd4f89a938d /.travis.yml | |
parent | 7e54eec1ff17e887c574b3396e8d7f14bc751966 (diff) | |
download | void-packages-2ac6cbd957049cbcc7d3b6225d52c01647dfa508.tar void-packages-2ac6cbd957049cbcc7d3b6225d52c01647dfa508.tar.gz void-packages-2ac6cbd957049cbcc7d3b6225d52c01647dfa508.tar.bz2 void-packages-2ac6cbd957049cbcc7d3b6225d52c01647dfa508.tar.lz void-packages-2ac6cbd957049cbcc7d3b6225d52c01647dfa508.tar.xz void-packages-2ac6cbd957049cbcc7d3b6225d52c01647dfa508.tar.zst void-packages-2ac6cbd957049cbcc7d3b6225d52c01647dfa508.zip |
.travis.yml: remove before_cache hook. not needed.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 295e53d1504..e464cfe45a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |