Skip to content

Commit

Permalink
Switch TravisCI environment to bionic, do not require sudo
Browse files Browse the repository at this point in the history
On focal Ruby 2.7 can not be installed without additional
packages. With bionic CI is green from 2.3 up to 3.0.
  • Loading branch information
dsander committed Jan 28, 2021
1 parent cc0acac commit 9668429
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sudo: required
before_install: gem update --system
dist: trusty
dist: bionic
language: ruby
rvm:
- 2.3
Expand Down

0 comments on commit 9668429

Please sign in to comment.