Fixed username and password for travis
This commit is contained in:
parent
f49ce5e7e1
commit
d16bf63bd2
1 changed files with 2 additions and 2 deletions
|
|
@ -26,6 +26,6 @@ script:
|
|||
frappe --verbose --run_tests
|
||||
|
||||
before_script:
|
||||
- mysql -e 'create database test_site' &&
|
||||
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('test_site') WHERE user='test_site';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||
- mysql -e 'create database test_frappe' &&
|
||||
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('test_frappe') WHERE user='test_frappe';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue