Updated travis to ruby 2.4.4.

This commit is contained in:
Martin Edenhofer 2018-04-03 01:10:30 +02:00
parent 822db47014
commit cea06831df

View file

@ -43,7 +43,7 @@ services:
- mysql
language: ruby
rvm:
- 2.4.2
- 2.4.4
before_install:
- git fetch --unshallow
- if [ "${DB}" = "mysql" ]; then mysql -u root -e "CREATE USER 'some_user'@'localhost' IDENTIFIED BY 'some_pass';"; fi