From cb66f1c66a1ee7c5d316cc85d1d0a7bd927da87f Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Fri, 13 Jan 2017 19:32:15 -0500 Subject: [PATCH] Disallow failures for PG --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 533e462080..2dbb95df21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,6 @@ env: - PARSE_SERVER_TEST_CACHE=redis matrix: fast_finish: true - allow_failures: - - env: PARSE_SERVER_TEST_DB=postgres branches: only: - master