From 4fe580b3ea16307845370e16b4bc288ee1c71f44 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 29 Sep 2017 20:17:52 -0300 Subject: Travis: add cache --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6de035ed..8f265fb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,18 @@ language: python +cache: + directories: + - test/testing_cache-5.1 + - test/testing_cache-5.2 + - test/testing_cache-5.3 + - test/testing_cache-2.0 + - test/testing_cache-2.1 + - test/testing_server-5.1 + - test/testing_server-5.2 + - test/testing_server-5.3 + - test/testing_server-2.0 + - test/testing_server-2.1 + matrix: include: - os: linux -- cgit v1.2.3-55-g6feb