Travis build matrix for Rails

from blog Steve Klabnik, | ↗ original
Mar 10 2013 Do you have a gem that needs to test against multiple versions of Rails? Doing it all can be complex, and while I have lots to say about this topic, but here’s one of the pieces: Travis build matrix. Here’s what you want: language: ruby rvm: - 1.8.7 -...