diff options
author | Olle Jonsson <olle.jonsson@gmail.com> | 2019-02-15 15:05:09 +0100 |
---|---|---|
committer | Olle Jonsson <olle.jonsson@gmail.com> | 2019-02-16 15:07:28 +0100 |
commit | e58ab0b137a18fa79e108d64acd34e10aca8f16e (patch) | |
tree | c605eff97adad5c0cf5476610045b5d7fd13a1cf /lib/bundler/templates | |
parent | 5ebdd9969a72daf457270fe927d6cae46ca37a58 (diff) | |
download | bundler-e58ab0b137a18fa79e108d64acd34e10aca8f16e.tar.gz |
Travis template: Drop unused sudo: false option
- See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration for historical detail
Diffstat (limited to 'lib/bundler/templates')
-rw-r--r-- | lib/bundler/templates/newgem/travis.yml.tt | 1 |
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: |