2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 03:19:01 +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,9 +6,6 @@ node_js:
services:
- mysql
install:
- sudo apt-get purge -y mysql-common mysql-server mysql-client
before_install:
- 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