1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

CI with the latest stable(GA) version of MariaDB 10.2

- Travis CI is migrating Ubuntu version to Trusty
- MariaDB 10.2 is supported on Ubuntu Trusty
This commit is contained in:
Yasuo Honda 2017-07-19 14:27:42 +00:00
parent 47200f502d
commit 827308d86a

View file

@ -85,7 +85,7 @@ matrix:
env:
- "GEM=ar:mysql2 MYSQL=mariadb"
addons:
mariadb: 10.0
mariadb: 10.2
- rvm: 2.3.4
env:
- "GEM=ar:sqlite3_mem"