From 4d6dfb2b812b13492a24e579faa0a67cb97f7dd8 Mon Sep 17 00:00:00 2001 From: photodude Date: Tue, 5 May 2015 19:19:34 -0600 Subject: [PATCH] PostgreSQL currently unsupported by HHVM - Supported but you have to [install an officially supported dependency.](https://github.com/PocketRent/hhvm-pgsql/tree/releases) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 556ce2ebe..82627ac49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,5 +26,8 @@ after_script: - php vendor/bin/coveralls -v matrix: + exclude: + - php: hhvm + env: DB=pgsql # driver for PostgreSQL currently unsupported by HHVM, requires 3rd party dependency allow_failures: - php: 7.0