Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MJU-POPS
ckanext-archiver
Commits
ae8d48e2
Commit
ae8d48e2
authored
Apr 27, 2016
by
David Read
Browse files
Travis solr fix
parent
25fe827e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/travis-build.bash
View file @
ae8d48e2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment