added mssql to CI

This commit is contained in:
Umed Khudoiberdiev 2017-09-13 15:28:39 +05:00
parent 875d172a49
commit b5133359d5
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
"type": "mssql",
"host": "localhost",
"username": "sa",
"password": "tz$qwe;est$Admin142",
"password": "Admin12345",
"database": "tempdb",
"logging": false
},

View File

@ -41,7 +41,7 @@
"type": "mssql",
"host": "localhost",
"username": "sa",
"password": "tz$qwe;est$Admin142",
"password": "Admin12345",
"database": "tempdb",
"logging": false
},