Skip to content

Commit

Permalink
Fix MySQL host.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 3, 2016
1 parent cea1b6f commit 2f546b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ dist: trusty

env:
matrix:
- DB=mysql db_dsn='mysql://root@0.0.0.0/cakephp_test'
- DB=mysql db_dsn='mysql://root@127.0.0.1/cakephp_test'
- DB=pgsql db_dsn='postgres://postgres@127.0.0.1/cakephp_test'
- DB=sqlite db_dsn='sqlite:///:memory:'
global:
Expand Down

0 comments on commit 2f546b7

Please sign in to comment.