diff options
author | Thomas Huth <thuth@redhat.com> | 2024-03-20 11:41:41 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-04-25 07:03:04 +0200 |
commit | 6705587adbf11dacb9722e7c4091936439ae5dad (patch) | |
tree | a8eabbc10f5258d2386724bf3797085e4d2db740 | |
parent | 5e279f38c7eabfcb9c3ab0bac8ae04316c3d7814 (diff) | |
download | qemu-6705587adbf11dacb9722e7c4091936439ae5dad.zip qemu-6705587adbf11dacb9722e7c4091936439ae5dad.tar.gz qemu-6705587adbf11dacb9722e7c4091936439ae5dad.tar.bz2 |
Revert ".travis.yml: Cache Avocado cache"
This reverts commit c1073e44b46490133e16420e1784dec7bcd4e030.
The Avocado tests have been removed from Travis a long time ago with
commit c5008c76ee ("gitlab: add acceptance testing to system builds"),
so we don't need to cache the avocado files here anymore.
Message-ID: <20240320104144.823425-4-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8a3ae76..8da88c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,6 @@ cache: timeout: 1200 ccache: true pip: true - directories: - - $HOME/avocado/data/cache # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu |