Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #36 from FriendsOfCake/travis
Browse files Browse the repository at this point in the history
fix travis
  • Loading branch information
ADmad committed Dec 10, 2014
2 parents 9e8bf06 + 6a9ce76 commit 59e62cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
'driver' => getenv('db_class'),
'dsn' => getenv('db_dsn'),
'database' => getenv('db_database'),
'login' => getenv('db_login'),
'username' => getenv('db_login'),
'password' => getenv('db_password'),
'timezone' => 'UTC'
]);
Expand Down

0 comments on commit 59e62cf

Please sign in to comment.