summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorFred Emmott <fredemmott@fb.com>2014-01-16 19:59:31 +0100
committerFred Emmott <fredemmott@fb.com>2014-01-16 20:01:44 +0100
commit8e93b79ece9828c9d43796ce66aec9ae82becd86 (patch)
tree2d7c674c48b34f2f5716ce06ba18971e8353ab07 /.travis.yml
parent2e8ee6e5c4a4355d4330918b4a6a362e92956eae (diff)
Disable HHVM mysqli and pgsql tests
mysqli and PostGre support isn't going to be in a good state for a while.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
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: