提交 f66cbf63 编写于 作者: K Kasper Timm Hansen

Merge pull request #29844 from kamipo/create_rails_user_on_travis_ci

Create `rails@localhost` user on travis ci
上级 0605e7fb
......@@ -3,6 +3,10 @@
include FileUtils
commands = [
'mysql -e "create user rails@localhost;"',
'mysql -e "grant all privileges on activerecord_unittest.* to rails@localhost;"',
'mysql -e "grant all privileges on activerecord_unittest2.* to rails@localhost;"',
'mysql -e "grant all privileges on inexistent_activerecord_unittest.* to rails@localhost;"',
'mysql -e "create database activerecord_unittest;"',
'mysql -e "create database activerecord_unittest2;"',
'psql -c "create database activerecord_unittest;" -U postgres',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册