]> git.ipfire.org Git - thirdparty/qemu.git/commit
.travis.yml: Remove the unused UNRELIABLE environment variable
authorThomas Huth <thuth@redhat.com>
Wed, 20 Mar 2024 10:41:43 +0000 (11:41 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 25 Apr 2024 05:03:04 +0000 (07:03 +0200)
commitaeb99d0772477c6c94e7def85526ee88fbe6135b
treed69514ee3cc1dd0c4c6f725c8fd6f65d0c461c3c
parent6705587adbf11dacb9722e7c4091936439ae5dad
.travis.yml: Remove the unused UNRELIABLE environment variable

This variable was used to allow jobs to fail without spoiling the
overall result. But the required "allow_failures:" hunk has been
accidentally removed in commit 9d03f5abed ("travis.yml: Remove the
"Release tarball" job"), and it was anyway only useful while we
still had the x86 jobs here around that were our main CI jobs.
Thus let's simply remove this useless variable now.

Message-ID: <20240320104144.823425-6-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.travis.yml