From ecd1a7eda7dd7433fab19232e0e03ac3bb4e7d05 Mon Sep 17 00:00:00 2001 From: Tom Gross Date: Wed, 3 Jul 2013 21:41:28 +0200 Subject: [PATCH] add download cache for travis buildout --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 632c67e..ecbae82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.6" - "2.7" install: + - mkdir -p buildout-cache/downloads - python bootstrap.py -c travis.cfg - bin/buildout -N -c travis.cfg before_script: curl https://raw.github.com/moliware/travis-solr/master/travis-solr.sh | SOLR_VERSION=3.6.2 SOLR_CONFS="testing-conf/schema.xml testing-conf/solrconfig.xml" SOLR_DOCS= bash