commit | 8e93b79ece9828c9d43796ce66aec9ae82becd86 | [log] [tgz] |
---|---|---|
author | Fred Emmott <fredemmott@fb.com> | Thu Jan 16 10:59:31 2014 -0800 |
committer | Fred Emmott <fredemmott@fb.com> | Thu Jan 16 11:01:44 2014 -0800 |
tree | 2d7c674c48b34f2f5716ce06ba18971e8353ab07 | |
parent | 2e8ee6e5c4a4355d4330918b4a6a362e92956eae [diff] |
Disable HHVM mysqli and pgsql tests mysqli and PostGre support isn't going to be in a good state for a while.
diff --git a/.travis.yml b/.travis.yml index 27fe3c6..718e6aa 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -26,6 +26,11 @@ matrix: allow_failures: - php: hhvm + exclude: + - php: hhvm + env: DB=mysqli + env: DB=pgsql + env: DB=pdo/pgsql branches: only: