Skip to content

Commit

Permalink
Use localhost not 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 27, 2017
1 parent 51b48c9 commit b7b9b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -62,7 +62,7 @@ before_script:
private \$identities = array(
'mysql' => array(
'datasource' => 'Database/Mysql',
'host' => '0.0.0.0',
'host' => '127.0.0.1',
'login' => 'travis'
),
'pgsql' => array(
Expand Down

0 comments on commit b7b9b06

Please sign in to comment.