File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
1010env :
1111 matrix :
12- - DB=mysql db_class='Cake\Database\Driver\Mysql' db_dsn='mysql:host=0 .0.0.0;dbname= cakephp_test' db_database='cakephp_test' db_username='travis' db_password=' '
12+ - DB=mysql db_dsn='mysql://root@127 .0.0.1/ cakephp_test'
1313 -
DB=pgsql db_class='Cake\Database\Driver\Postgres' db_dsn='postgres://[email protected] /cakephp_test' db_database='cakephp_test' db_username='travis' db_password='' 1414 global :
1515 - DEFAULT=1 CI=1
@@ -20,7 +20,7 @@ matrix:
2020 env : PHPCS=1 DEFAULT=0
2121
2222 - php : 7.0
23- env : COVERALLS=1 DEFAULT=0 DB=mysql db_class='Cake\Database\Driver\Mysql' db_dsn='mysql:host=0 .0.0.0;dbname= cakephp_test' db_database='cakephp_test' db_username='travis' db_password=' '
23+ env : COVERALLS=1 DEFAULT=0 DB=mysql db_dsn='mysql://root@127 .0.0.1/ cakephp_test'
2424
2525 fast_finish : true
2626
You can’t perform that action at this time.
0 commit comments