Fixed username and password for travis

This commit is contained in:
Anand Doshi 2014-05-04 14:22:31 +05:30
parent f49ce5e7e1
commit d16bf63bd2

View file

@ -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