25 lines
564 B
Diff
25 lines
564 B
Diff
From 814bb6a8bc39e0f9900d84e564759a3a8698fb04 Mon Sep 17 00:00:00 2001
|
|
From: Frantisek Sumsal <fsumsal@redhat.com>
|
|
Date: Sat, 23 Feb 2019 22:28:05 +0100
|
|
Subject: [PATCH] travis: switch from trusty to xenial
|
|
|
|
This should fix the timeout in test-event
|
|
|
|
Taken from: b635e4ef6b2f35f07111bb66a68fe850a2ccab72
|
|
|
|
Resolves: #1683319
|
|
---
|
|
.travis.yml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/.travis.yml b/.travis.yml
|
|
index 67677bdf06..0010da5784 100644
|
|
--- a/.travis.yml
|
|
+++ b/.travis.yml
|
|
@@ -1,4 +1,5 @@
|
|
sudo: required
|
|
+dist: xenial
|
|
services:
|
|
- docker
|
|
|