Skip to content

Commit

Permalink
Travis solr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Apr 27, 2016
1 parent 25fe827 commit ae8d48e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/travis-build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ cd ckan
paster db init -c test-core.ini
cd -

echo "SOLR config..."
# solr is multicore for tests on ckan master now, but it's easier to run tests
# on Travis single-core still.
# see https://github.com/ckan/ckan/issues/2972
sed -i -e 's/solr_url.*/solr_url = http:\/\/127.0.0.1:8983\/solr/' ckan/test-core.ini

echo "Installing dependency ckanext-report and its requirements..."
pip install -e git+https://github.com/datagovuk/ckanext-report.git#egg=ckanext-report

Expand Down

0 comments on commit ae8d48e

Please sign in to comment.