Skip to content

Commit

Permalink
Fix travis dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 3, 2017
1 parent fd673e3 commit fa5b958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ php:

env:
matrix:
- 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=''
- DB=mysql db_dsn='mysql://root@127.0.0.1/cakephp_test'
global:
- DEFAULT=1

Expand Down

0 comments on commit fa5b958

Please sign in to comment.