summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-02-16 16:39:36 +0000
committerBundlerbot <bot@bundler.io>2019-02-16 16:39:36 +0000
commit5565aa416e46192dcec4a0717833df05eb44d6dc (patch)
treec605eff97adad5c0cf5476610045b5d7fd13a1cf
parent5ebdd9969a72daf457270fe927d6cae46ca37a58 (diff)
parente58ab0b137a18fa79e108d64acd34e10aca8f16e (diff)
downloadbundler-5565aa416e46192dcec4a0717833df05eb44d6dc.tar.gz
Merge #6968
6968: Travis "bundle gem" template: Drop unused sudo: false option r=deivid-rodriguez a=olleolleolle ### What was the end-user problem that led to this PR? I reviewed a PR in an Open Source project, and it had this defunct setting from Travis. ### What was your diagnosis of the problem? I was told the `bundle gem` command outputs this directive, and I looked here, and lo, it was. See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration for historical detail about when it was removed. ### What is your fix for the problem, implemented in this PR? My fix is to **drop** this **unused directive** from the template. ### Why did you choose this fix out of the possible options? I chose this fix because it works the same for the user, with less configuration. Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
-rw-r--r--lib/bundler/templates/newgem/travis.yml.tt1
1 files changed, 0 insertions, 1 deletions
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: