diff options
author | Stanislav Malyshev <stas@php.net> | 2013-08-24 23:14:48 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-08-24 23:56:48 -0700 |
commit | a2d8ae9a1fa9704707ac9dcc293de639d4824eab (patch) | |
tree | 3dfe9b7bd9be634e76d67034f2fde71d4120b4d9 /.travis.yml | |
parent | 817eebc733ab64852534b33bdd2868fae2c1a1d8 (diff) | |
download | php-git-a2d8ae9a1fa9704707ac9dcc293de639d4824eab.tar.gz |
fix mysql tests & mark nextRowset problematic tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b614940631..d149772e31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ env: - PDO_MYSQL_TEST_DSN="mysql:host=127.0.0.1;dbname=test" - PDO_MYSQL_TEST_USER=travis - PDO_MYSQL_TEST_PASS= + - PDO_MYSQL_TEST_HOST=127.0.0.1 matrix: - REPORT_EXIT_STATUS=1 |