From b256e90876959a6f453204cc572c17b74586dbb4 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Thu, 22 Nov 2018 20:40:26 -0800 Subject: [PATCH] Move from container to VM per Travis requirements 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 0e96fc0cb5..c2a99bae08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: false language: bash os: linux dist: trusty