From 48dcbe9d354575a973ad27987bb4d6e0ad8481b2 Mon Sep 17 00:00:00 2001 From: Walt Sorensen Date: Fri, 9 Sep 2016 15:18:48 -0600 Subject: [PATCH] As of HHVM 3.15 pgsql is supported --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a9fb2dcb..8f1ccf1f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,9 +52,6 @@ matrix: env: DB=mariadb addons: mariadb: 10.1 - exclude: - - php: hhvm - env: DB=pgsql # driver for PostgreSQL currently unsupported by HHVM, requires 3rd party dependency allow_failures: - php: nightly