mirror of
https://github.com/frappe/books.git
synced 2025-02-08 23:18:31 +00:00
added mysql service to travis
This commit is contained in:
parent
ab21928142
commit
278e953429
@ -3,6 +3,9 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- "8"
|
- "8"
|
||||||
|
|
||||||
|
services:
|
||||||
|
- mysql
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- mysql -u root -ptravis -e 'create database test_frappejs'
|
- mysql -u root -ptravis -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;\nCREATE USER 'test_frappejs'@'localhost' IDENTIFIED BY 'test_frappejs';\nFLUSH PRIVILEGES;\n" | mysql -u root -ptravis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user