working on circleci;

This commit is contained in:
Zotov Dmitry 2019-03-18 17:17:56 +05:00
parent 972ccde850
commit 19c333f670
2 changed files with 6 additions and 6 deletions

View File

@ -11,17 +11,17 @@ jobs:
- image: mysql:5.7.24
environment:
MYSQL_ROOT_PASSWORD: "admin"
MYSQL_USER: "test"
MYSQL_PASSWORD: "test"
MYSQL_DATABASE: "test"
- image: circleci/mariadb:10.1.37
name: mariadb
environment:
MYSQL_ROOT_PASSWORD: "admin"
MYSQL_USER: "test"
MYSQL_PASSWORD: "test"
MYSQL_DATABASE: "test"
- image: circleci/postgres:9.6.11-postgis
environment:
POSTGRES_USER: "test"
POSTGRES_PASSWORD: "test"
POSTGRES_DB: "test"
- image: circleci/mongo:3.4.18
steps:

View File

@ -10,7 +10,7 @@
"database": "test"
},
{
"skip": true,
"skip": false,
"name": "mariadb",
"type": "mariadb",
"host": "localhost",
@ -33,7 +33,7 @@
"port": 5432,
"username": "test",
"password": "test",
"database": "circle_test",
"database": "test",
"logging": false
},
{