brendon / acts_as_list

An ActiveRecord plugin for managing lists.
http://brendon.github.io/acts_as_list/
MIT License
2.04k stars 355 forks source link

Add travis config for testing against multiple databases #236

Closed fschwahn closed 7 years ago

fschwahn commented 7 years ago

As discussed in #76, it's a good idea to test against the most commonly used databases (ie. mysql, postgres, sqlite). This pull request adds support for that. Some notes:

brendon commented 7 years ago

Thanks @fschwahn :)

brendon commented 7 years ago

Just noticed this failure: https://travis-ci.org/swanandp/acts_as_list/jobs/170359139 and one other on that test run. Would you mind investigating timecop as an alternative for freezing the time for comparison?