Closed bibliotechy closed 4 years ago
One of the three builds failed because SolrWrapper timed out on download. Could someone with travis permissions try re-running this build? https://travis-ci.org/github/projectblacklight/blacklight_advanced_search/jobs/729714069
Currently, running the tests on master on Travis for this gem fail with two distinct errors:
ActionView::Template::Error: Autoprefixer doesn’t support Node v8.12.0. Update it.
- 9 tests fail with this issue.NoMethodError: undefined method 'search_state_class' for #<ActionView::TestCase::TestController:0x00000000094b15a0>
- 2 tests fail with this issue.Additionally, there are some warnings about gems being found in multiple sources:
This PR fixes those errors by:
1) Updating the TRavis config to use Node 12 2) Updating the render_constraints_override spec to work with with changes introuced in Blacklight 7.8.0, by commmit https://github.com/projectblacklight/blacklight/commit/c11db267465a63f9ba91798369750466cbac0be7
It eliminates the multiple source gem warnings by updating updating the rubygems url to https.