From e58ab0b137a18fa79e108d64acd34e10aca8f16e Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 15 Feb 2019 15:05:09 +0100 Subject: Travis template: Drop unused sudo: false option - See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration for historical detail --- lib/bundler/templates/newgem/travis.yml.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/bundler/templates/newgem/travis.yml.tt b/lib/bundler/templates/newgem/travis.yml.tt index 7a3381a889..eab16addca 100644 --- a/lib/bundler/templates/newgem/travis.yml.tt +++ b/lib/bundler/templates/newgem/travis.yml.tt @@ -1,5 +1,4 @@ --- -sudo: false language: ruby cache: bundler rvm: -- cgit v1.2.1