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