kucaahbe / rspec-html-matchers

Old school have_tag, with_tag(and more) matchers for rspec 3 (Nokogiri powered)
http://rubygems.org/gems/rspec-html-matchers
MIT License
199 stars 90 forks source link

Travis config to test back to ruby 1.8.7 #61

Closed randoum closed 7 years ago

randoum commented 7 years ago

Set-up Travis to test old ruby versions. We support rspec 3.0.0, and rspec 3.0.0 supports ruby 1.8.7. I had to disable cucumber in 1.8.7 tests, but it's better than nothing. For more recent versions all tests are running.