diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-12-28 20:55:18 +0000 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-12-28 20:55:18 +0000 |
commit | ad486d35af85681b53be134b7f6b47da7b57b84d (patch) | |
tree | bad6c2c22cd64aaf8ba4f016a34905ccc774ce15 | |
parent | 72e91de9b5b856f708c01456caadd06ea25930fa (diff) |
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
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index c1fb13196a..a66ea7a47e 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -76,9 +76,6 @@ jobs: | |||
76 | env: DISTRO=Fedora32 CI_BUILD_TYPE=asan | 76 | env: DISTRO=Fedora32 CI_BUILD_TYPE=asan |
77 | - os: linux | 77 | - os: linux |
78 | if: type = cron | 78 | if: type = cron |
79 | env: DISTRO=Fedora32-exactness CI_BUILD_TYPE=exactness | ||
80 | - os: linux | ||
81 | if: type = cron | ||
82 | env: CI_BUILD_TYPE=codecov | 79 | env: CI_BUILD_TYPE=codecov |
83 | - os: linux | 80 | - os: linux |
84 | if: type = cron | 81 | if: type = cron |