diff mbox series

[v3,1/1] ci/travis: Replace groovy -> impish

Message ID 20220121164748.6536-1-pvorel@suse.cz (mailing list archive)
State New, archived
Headers show
Series [v3,1/1] ci/travis: Replace groovy -> impish | expand

Commit Message

Petr Vorel Jan. 21, 2022, 4:47 p.m. UTC
From: Petr Vorel <petr.vorel@gmail.com>

follow previous commit also for Travis.

Fixes: 024c02d ("ci: Replace groovy -> impish")

Reported-by: Mimi Zohar <zohar@linux.ibm.com>
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
Update only for Travis, as previous patch has been merged.

Kind regards,
Petr

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mimi Zohar Jan. 25, 2022, 11:07 p.m. UTC | #1
Hi Petr,

On Fri, 2022-01-21 at 17:47 +0100, Petr Vorel wrote:
> From: Petr Vorel <petr.vorel@gmail.com>
> 
> follow previous commit also for Travis.
> 
> Fixes: 024c02d ("ci: Replace groovy -> impish")
> 
> Reported-by: Mimi Zohar <zohar@linux.ibm.com>
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> ---
> Update only for Travis, as previous patch has been merged.

I had picked up your v2 1/1 version, which updated both.

thanks,

Mimi
Mimi Zohar Jan. 25, 2022, 11:16 p.m. UTC | #2
On Tue, 2022-01-25 at 18:07 -0500, Mimi Zohar wrote:
> Hi Petr,
> 
> On Fri, 2022-01-21 at 17:47 +0100, Petr Vorel wrote:
> > From: Petr Vorel <petr.vorel@gmail.com>
> > 
> > follow previous commit also for Travis.
> > 
> > Fixes: 024c02d ("ci: Replace groovy -> impish")
> > 
> > Reported-by: Mimi Zohar <zohar@linux.ibm.com>
> > Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> > ---
> > Update only for Travis, as previous patch has been merged.
> 
> I had picked up your v2 1/1 version, which updated both.

Oh, looks like only my local and the internal repo have the v2 version.
The external github repo still has the original v1 version, that was
used for testing.  Sorry for the confusion.

Mimi
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 534c41d..bdf78a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@  matrix:
           compiler: gcc
 
         - os: linux
-          env: DISTRO=ubuntu:groovy TSS=ibmtss COMPILE_SSL=openssl-3.0.0-beta1
+          env: DISTRO=ubuntu:impish TSS=ibmtss COMPILE_SSL=openssl-3.0.0-beta1
           compiler: gcc
 
         - os: linux