From 84687ef0dda442c5f05c0bee428820b6d64b0dbc Mon Sep 17 00:00:00 2001 From: Mark Callow Date: Tue, 9 Jul 2024 11:45:20 +0900 Subject: [PATCH] Correct a comment. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39140d21c6..1454fdfde0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -213,7 +213,7 @@ install: if [ "$CHECK_REUSE" = "YES" -o "$CHECK_REUSE" = "ONLY" ]; then set -e # because the if below swallows a bad exit status. # reuse available via `apt install reuse` is very old: 0.14.0. - # Therefore install via pip. Version today, 2024.7.7, is 4.0.2. + # Therefore install via pip. Version today, 2024.7.9, is 4.0.3. pip3 install reuse set +e fi