From ad486d35af85681b53be134b7f6b47da7b57b84d Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 28 Dec 2020 20:55:18 +0000 Subject: [PATCH] travis - disable exactness. too many failures for a remote system being a pixel off will be a filure... let's do exactness by hand for now --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1fb13196a..a66ea7a47e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,9 +74,6 @@ jobs: - os: linux if: type = cron env: DISTRO=Fedora32 CI_BUILD_TYPE=asan - - os: linux - if: type = cron - env: DISTRO=Fedora32-exactness CI_BUILD_TYPE=exactness - os: linux if: type = cron env: CI_BUILD_TYPE=codecov