From 8e93b79ece9828c9d43796ce66aec9ae82becd86 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Thu, 16 Jan 2014 10:59:31 -0800 Subject: Disable HHVM mysqli and pgsql tests mysqli and PostGre support isn't going to be in a good state for a while. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: -- cgit v1.2.3-24-g4f1b