diff options
author | Fred Emmott <fredemmott@fb.com> | 2014-01-16 19:59:31 +0100 |
---|---|---|
committer | Fred Emmott <fredemmott@fb.com> | 2014-01-16 20:01:44 +0100 |
commit | 8e93b79ece9828c9d43796ce66aec9ae82becd86 (patch) | |
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.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 27fe3c670..718e6aaa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,11 @@ script: phpunit --coverage-text --configuration tests/travis/$DB.phpunit.xml matrix: allow_failures: - php: hhvm + exclude: + - php: hhvm + env: DB=mysqli + env: DB=pgsql + env: DB=pdo/pgsql branches: only: |