mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-01-25 02:08:24 +00:00
set root pwd in travis
This commit is contained in:
@@ -5,8 +5,11 @@ node_js:
|
||||
services:
|
||||
- mysql
|
||||
env:
|
||||
- MYSQL_ROOT_PASSWORD=
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
before_install:
|
||||
- cat ~travis/.my.cnf
|
||||
- sed -i -r -e 's/password =/password = root/g' ~travis/.my.cnf
|
||||
- cat ~travis/.my.cnf
|
||||
- sudo systemctl restart mysql
|
||||
script:
|
||||
- npm test
|
||||
Reference in New Issue
Block a user