diff --git a/.travis.yml b/.travis.yml index 5e36976ca..412e8a2d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,7 @@ language: ruby rvm: - 2.4.4 before_install: + - gem update - 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 "GRANT ALL PRIVILEGES ON *.* TO 'some_user'@'localhost';"; fi