From 636dcf17958e80e96cbaf6f4012897b7d6aea0dd Mon Sep 17 00:00:00 2001
From: XhmikosR <xhmikosr@gmail.com>
Date: Thu, 30 Nov 2017 18:15:18 +0200
Subject: [PATCH] Work around Travis failures.

Note that we should revert this when the issue is fixed.
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 57c810b0a8..c569a70196 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
-sudo: false
+sudo: required
+addons:
+  chrome: stable
 dist: trusty
 language: node_js
 git:
-- 
GitLab