Skip to content

Commit 15ed0ab

Browse files
committed
Don't use root
1 parent 68c98fc commit 15ed0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ install:
3434
- ./travis-tool.sh install_deps
3535

3636
before_script:
37-
# - mysql -e 'create database test;'
38-
- printf "[rs-dbi]\nusername=root\npassword=\n" > ~/.my.cnf
37+
- mysql -e "CREATE USER 'billy'@'localhost' IDENTIFIED BY 'supersecret';"
38+
- printf "[rs-dbi]\nusername=billy\npassword=supersecret\n" > ~/.my.cnf
3939

4040
script: ./travis-tool.sh run_tests
4141

0 commit comments

Comments
 (0)