From 016f3b81030eaf2a138b37a7df388953cf45aeb0 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Thu, 22 Nov 2018 21:29:36 -0800 Subject: [PATCH] Move from container to VM per Travis requirements (#5367) Remove "sudo: false" from travis.yaml due to Travis changes: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0e96fc0cb..c2a99bae0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: false language: bash os: linux dist: trusty