Skip to content

Commit

Permalink
fix mysql init
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed Aug 25, 2013
1 parent f57a722 commit 817eebc
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 @@ -11,7 +11,7 @@ env:
global:
- MYSQL_TEST_HOST=127.0.0.1
- MYSQL_TEST_USER=travis
- PDO_MYSQL_TEST_DSN=mysql:host=127.0.0.1;dbname=test
- PDO_MYSQL_TEST_DSN="mysql:host=127.0.0.1;dbname=test"
- PDO_MYSQL_TEST_USER=travis
- PDO_MYSQL_TEST_PASS=
matrix:
Expand Down

0 comments on commit 817eebc

Please sign in to comment.