collective.solr/.travis.yml

10 lines
331 B
YAML

language: python
python:
- "2.6"
- "2.7"
install:
- 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
script: bin/test