mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2025-12-19 05:47:46 +00:00
another attempted travis fix for mysql issues
This commit is contained in:
@@ -7,5 +7,5 @@ services:
|
||||
script:
|
||||
- npm test
|
||||
before_install:
|
||||
- docker pull mysql:latest
|
||||
- docker pull mariadb:latest
|
||||
- docker images
|
||||
@@ -9,7 +9,7 @@ networks:
|
||||
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:latest
|
||||
image: mariadb:latest
|
||||
environment:
|
||||
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
|
||||
MYSQL_DATABASE: jambones
|
||||
|
||||
Reference in New Issue
Block a user