From d480e408388462815df59d796d33203d7821dd40 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Thu, 28 May 2020 20:43:15 +0530 Subject: [PATCH] Make Travis CI correctly ignore failures --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5037174f4..7c41f5fbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,9 @@ jobs: fast_finish: true allow_failures: - - env: GROUP=3 NEW_RESOLVER=1 + - env: + - GROUP=3 + - NEW_RESOLVER=1 before_install: tools/travis/setup.sh install: travis_retry tools/travis/install.sh