Skip to content
Snippets Groups Projects
Commit 48183fca authored by Demian Katz's avatar Demian Katz
Browse files

One more attempt at fixing broken Travis builds.

parent 685137ca
No related merge requests found
......@@ -160,7 +160,7 @@
<not><available file="${srcdir}/downloads/solr-${solr_version}.tgz" /></not>
<then>
<mkdir dir="${srcdir}/downloads" />
<httpget url="http://archive.apache.org/dist/lucene/solr/${solr_version}/solr-${solr_version}.tgz" dir="${srcdir}/downloads" />
<httpget url="https://vufind.org/jenkins/job/VuFind/ws/downloads/solr-${solr_version}.tgz" dir="${srcdir}/downloads" />
</then>
</if>
<!-- unpack the archive into solr/vendor -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment