From 19e0bc8a9eb5f74ea9abbbd543e50d8a7fdf5da6 Mon Sep 17 00:00:00 2001
From: Kasper Marstal <kaspermarstal@gmail.com>
Date: Thu, 12 Nov 2015 17:18:45 +0100
Subject: [PATCH] COMP: Run Travis CI build on new Google Infrastructure

The new Travis infrastructure supports a new version of CMake which is
required by some of SuperBuild dependencies.
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1686428b..80eb02fe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
-sudo: false
+sudo: required
+dist: trusty
 
 language: cpp
 
-- 
GitLab