Skip to content

Commit

Permalink
Remove unused sudo: false in .travis.yml
Browse files Browse the repository at this point in the history
`sudo: false` has been deprecated.
Now the virtual-machine-based Linux is always used.

See: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
  • Loading branch information
emsk committed Oct 8, 2019
1 parent 8d4670c commit 4d37526
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ env:
- DB=postgresql
- DB=mysql

sudo: false

before_install:
- gem i rubygems-update -v '<3' && update_rubygems
- gem i bundler -v '<2'
Expand Down

0 comments on commit 4d37526

Please sign in to comment.