add download cache for travis buildout

This commit is contained in:
Tom Gross 2013-07-03 21:41:28 +02:00
parent 6be7d0fa1c
commit ecd1a7eda7
1 changed files with 1 additions and 0 deletions

View File

@ -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