preaction / Minion-Backend-mysql

MySQL backend for the 🐙 Minion job runner
Other
7 stars 14 forks source link

Test migrations on available versions of MySQL using Travis #1

Closed preaction closed 5 years ago

preaction commented 7 years ago

We need to test a bunch of MySQL versions to ensure stability. We may even need to write different migrations for different versions (that'll be fun...).

We are getting CPAN Testers reports about invalid SQL in our migrations: http://www.cpantesters.org/cpan/report/c55d819e-8fa8-11e7-a9f7-dd63e2eae42a

We must also report which version of MySQL the tests are running under.