ksclarke / solr-iso639-filter

A Solr filter that converts ISO-639-1 and ISO-639-2 codes into text so you can have a human-friendly facet.
http://projects.freelibrary.info/solr-iso639-filter
Apache License 2.0
5 stars 1 forks source link

Get all variations successfully building on Travis #2

Closed ksclarke closed 11 years ago

ksclarke commented 11 years ago

It doesn't seem to be copying over the created jars for 4.2 and 3.6.2 at this point (but is for 4.4.0). Copy over the jars for all then the integration test can confirm the filter is being used by Solr.

ksclarke commented 11 years ago

What's currently building on travis: 3.6.2, 4.2.0, and 4.4.0. The path/copying issue is resolved; I just need to add travis configs for the rest of the possible Solr versions (from 3.6.1 to 4.4.0).

ksclarke commented 11 years ago

Now building: 3.6.1, 3.6.2, 4.2.0, 4.2.1, 4.3.0, 4.3.1, 4.4.0 ... just a few more to go.

ksclarke commented 11 years ago

4.0.0 and 4.1.0 added... not going to do 3.5.0 or 3.6.0 because the test framework for the older versions would require writing different unit tests, and 3.6.1 and 3.6.2 catches the tail end of the older versions. Any pull requests to support the earlier versions would be welcome though.