Skip to content

Commit 277aa9f

Browse files
author
dereuromark
committed
Fix travis dsn
1 parent 3baa9a5 commit 277aa9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ php:
99

1010
env:
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

0 commit comments

Comments
 (0)