raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ad486d35af85681b53be134b7f6b47da7b57b84d
commit ad486d35af85681b53be134b7f6b47da7b57b84d Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Mon Dec 28 20:55:18 2020 +0000 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 --