[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/6] Updates for the .travis.yml file
From: |
Thomas Huth |
Subject: |
[PATCH 0/6] Updates for the .travis.yml file |
Date: |
Wed, 20 Mar 2024 11:41:38 +0100 |
The Travis-CI has been quite neglected in recent times. I now finally
found some spare minutes to fix some issues with time-outs, clean up
some old cruft and update the jobs to a newer version of Ubuntu.
Thomas Huth (6):
.travis.yml: Shorten the runtime of the problematic jobs
.travis.yml: Remove the unused xfslib-dev package
Revert ".travis.yml: Cache Avocado cache"
.travis.yml: Update the jobs to Ubuntu 22.04
.travis.yml: Remove the unused UNRELIABLE environment variable
.travis.yml: Do some more testing with Clang
.travis.yml | 34 ++++++++++++----------------------
1 file changed, 12 insertions(+), 22 deletions(-)
--
2.44.0
- [PATCH 0/6] Updates for the .travis.yml file,
Thomas Huth <=
- [PATCH 2/6] .travis.yml: Remove the unused xfslib-dev package, Thomas Huth, 2024/03/20
- [PATCH 4/6] .travis.yml: Update the jobs to Ubuntu 22.04, Thomas Huth, 2024/03/20
- [PATCH 6/6] .travis.yml: Do some more testing with Clang, Thomas Huth, 2024/03/20
- [PATCH 3/6] Revert ".travis.yml: Cache Avocado cache", Thomas Huth, 2024/03/20
- [PATCH 1/6] .travis.yml: Shorten the runtime of the problematic jobs, Thomas Huth, 2024/03/20
- [PATCH 5/6] .travis.yml: Remove the unused UNRELIABLE environment variable, Thomas Huth, 2024/03/20