mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove deprecated sudo: false
in .travis.yml
- https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration - https://docs.travis-ci.com/user/reference/overview/#deprecated-virtualization-environments git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d4303528d3
commit
fdc42bf88d
1 changed files with 0 additions and 3 deletions
|
@ -23,8 +23,6 @@ dist: xenial
|
|||
|
||||
osx_image: xcode10.1
|
||||
|
||||
sudo: false
|
||||
|
||||
git:
|
||||
quiet: true
|
||||
|
||||
|
@ -196,7 +194,6 @@ env:
|
|||
- &i686-linux
|
||||
name: i686-linux
|
||||
<<: *linux
|
||||
sudo: required
|
||||
env:
|
||||
- GCC_FLAGS=-m32
|
||||
- debugflags=-g0
|
||||
|
|
Loading…
Reference in a new issue