We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c98fc commit 15ed0abCopy full SHA for 15ed0ab
.travis.yml
@@ -34,8 +34,8 @@ install:
34
- ./travis-tool.sh install_deps
35
36
before_script:
37
-# - mysql -e 'create database test;'
38
- - printf "[rs-dbi]\nusername=root\npassword=\n" > ~/.my.cnf
+ - mysql -e "CREATE USER 'billy'@'localhost' IDENTIFIED BY 'supersecret';"
+ - printf "[rs-dbi]\nusername=billy\npassword=supersecret\n" > ~/.my.cnf
39
40
script: ./travis-tool.sh run_tests
41
0 commit comments