Skip to content

Commit 817eebc

Browse files
committed
fix mysql init
1 parent f57a722 commit 817eebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
global:
1212
- MYSQL_TEST_HOST=127.0.0.1
1313
- MYSQL_TEST_USER=travis
14-
- PDO_MYSQL_TEST_DSN=mysql:host=127.0.0.1;dbname=test
14+
- PDO_MYSQL_TEST_DSN="mysql:host=127.0.0.1;dbname=test"
1515
- PDO_MYSQL_TEST_USER=travis
1616
- PDO_MYSQL_TEST_PASS=
1717
matrix:

0 commit comments

Comments
 (0)