From: Kunal Mehta Date: Wed, 1 Aug 2018 23:33:56 +0000 (-0700) Subject: travis: No longer allow failures for postgres X-Git-Tag: 1.34.0-rc.0~4589^2 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=87c4276f0c498d44bbb0dc1adea2c2ef7b176f27;p=lhc%2Fweb%2Fwiklou.git travis: No longer allow failures for postgres Passing as of , when PHPUnit tests that fail under postgres were temporarily disabled. Change-Id: I569f451bc691256a1821cb557f263e49fed347f0 --- 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