Updated travis to ruby 2.4.4.
This commit is contained in:
parent
822db47014
commit
cea06831df
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ services:
|
||||||
- mysql
|
- mysql
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.4.2
|
- 2.4.4
|
||||||
before_install:
|
before_install:
|
||||||
- git fetch --unshallow
|
- git fetch --unshallow
|
||||||
- if [ "${DB}" = "mysql" ]; then mysql -u root -e "CREATE USER 'some_user'@'localhost' IDENTIFIED BY 'some_pass';"; fi
|
- if [ "${DB}" = "mysql" ]; then mysql -u root -e "CREATE USER 'some_user'@'localhost' IDENTIFIED BY 'some_pass';"; fi
|
||||||
|
|
Loading…
Reference in a new issue