2
0
mirror of https://github.com/frappe/books.git synced 2024-11-13 00:46:28 +00:00

removed space and install section

This commit is contained in:
Shridhar 2018-02-08 21:12:54 +05:30
parent ad410f6ab1
commit 5ae06bd741

View File

@ -6,11 +6,8 @@ node_js:
services:
- mysql
install:
- sudo apt-get purge -y mysql-common mysql-server mysql-client
before_install:
- mysql -u root -ptravis -e 'create database test_frappejs'
- mysql -u root -p travis -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"