commit | cd4d6a228bc05ee61dbec52c6f04fe1a4497d434 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Wed Jul 30 16:42:39 2014 +0530 |
committer | Pratik Vyas <m@pd.io> | Wed Jul 30 16:42:39 2014 +0530 |
tree | 29c0fd89b2be8323fe4a09f7e666eb5d6e692a8e | |
parent | 6c5e1c9701cd676d53f8f1977f5f4b61889ae38a [diff] |
Update .travis.yml
diff --git a/.travis.yml b/.travis.yml index 07517e6..a935e23 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -22,6 +22,7 @@ before_script: - mysql -e 'create database test_frappe' - echo "USE mysql;\nCREATE USER 'test_frappe'@'localhost' IDENTIFIED BY 'test_frappe';\nFLUSH PRIVILEGES;\n" | mysql -u root + - echo "USE mysql;\nGRANT ALL PRIVILEGES ON `test_frappe`.* TO 'test_frappe'@'localhost;\n" | mysql -u root script: - cd ./test_sites/