2
0
mirror of https://github.com/frappe/books.git synced 2025-02-02 12:08:27 +00:00

removed -p option

This commit is contained in:
Shridhar 2018-02-08 21:18:58 +05:30
parent 5ae06bd741
commit 1f16a22b0f

View File

@ -7,7 +7,7 @@ services:
- mysql
before_install:
- mysql -u root -p travis -e 'create database test_frappejs'
- mysql -u root -e 'create database test_frappejs'
- echo "USE mysql;\nCREATE USER 'test_frappejs'@'localhost' IDENTIFIED BY 'test_frappejs';\nFLUSH PRIVILEGES;\n" | mysql -u root -ptravis
- echo "USE mysql;\nGRANT ALL PRIVILEGES ON \`test_frappejs\`.* TO 'test_frappejs'@'localhost';\n" | mysql -u root -ptravis
- "git clone https://github.com/frappe/frappejs && cd frappejs"