From 79500992b4bc99fe1e6fdb122fa545943831a423 Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Tue, 4 Aug 2015 13:01:34 +0200 Subject: [PATCH] travis: Cache cldr This should speed linux builds up a bit. Caching is not supported for mac builds though. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 95b1695f..6ba4fbd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ language: python sudo: false -cache: false +cache: + directories: + - cldr matrix: include: -- 2.47.2