summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-02-24 01:57:42 +0100
committerDavid Sterba <dsterba@suse.com>2018-03-06 11:28:38 +0100
commitefc08d33907472f5c4bc2f6318400963bab994bc (patch)
treeefac241b6e229e07adde1a34d3a8d55f528a97f1 /.travis.yml
parentf0a376df4733dc6f0f0cdc529f4e7df64806f3f6 (diff)
btrfs-progs: ci: cache built dependencies
For a slight speed up of the build, cache reiserfs and zstd. A quick cache validity is done, or it can be cleared manually on travis web UI. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5f14a25d..8883b3d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,9 @@ compiler:
cache:
ccache: true
+ directories:
+ - tmp-cached-reiser
+ - tmp-cached-zstd
git:
depth: 1