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:
parent
ad410f6ab1
commit
5ae06bd741
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user