From 5a5b405a18c6b233e833f020a881d5b2609149fa Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Wed, 30 Jul 2014 16:49:05 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a935e23e72..1b4e3403f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ install: 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 + - echo "USE mysql;\nGRANT ALL PRIVILEGES ON \`test_frappe\`.* TO 'test_frappe'@'localhost';\n" | mysql -u root script: - cd ./test_sites/