From 87c4276f0c498d44bbb0dc1adea2c2ef7b176f27 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 1 Aug 2018 16:33:56 -0700 Subject: [PATCH] travis: No longer allow failures for postgres Passing as of , when PHPUnit tests that fail under postgres were temporarily disabled. Change-Id: I569f451bc691256a1821cb557f263e49fed347f0 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2fc6d641c7..ad35b76177 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,6 @@ matrix: php: hhvm-3.18 allow_failures: - php: 7.2 - - env: dbtype=postgres dbuser=travis - php: hhvm-3.18 - php: hhvm-3.21 - php: hhvm-3.24 -- 2.20.1