27 lines
594 B
Diff
27 lines
594 B
Diff
|
From 0e42eb90521c8cd4f67196c6620c0672c1106f2c Mon Sep 17 00:00:00 2001
|
||
|
From: Peter Jones <pjones@redhat.com>
|
||
|
Date: Tue, 18 Feb 2020 18:03:13 -0500
|
||
|
Subject: [PATCH 78/86] Update travis to use a newer distro.
|
||
|
|
||
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
||
|
---
|
||
|
.travis.yml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/.travis.yml b/.travis.yml
|
||
|
index 0b1fa856fd6..f651234da83 100644
|
||
|
--- a/.travis.yml
|
||
|
+++ b/.travis.yml
|
||
|
@@ -7,7 +7,7 @@ branches:
|
||
|
matrix:
|
||
|
include:
|
||
|
- os: linux
|
||
|
- dist: trusty
|
||
|
+ dist: bionic
|
||
|
services: docker
|
||
|
|
||
|
before_install:
|
||
|
--
|
||
|
2.24.1
|
||
|
|