Comply with Travis recommendations

This commit is contained in:
Loic Nageleisen 2021-04-06 16:34:54 +02:00
parent 7bac64deb8
commit 119a302c6d
1 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,5 @@
language: ruby
os: linux
rvm:
- 2.4
- 2.5
@ -9,7 +10,7 @@ rvm:
arch:
- amd64
- arm64
matrix:
jobs:
include:
- rvm: 2.5
os: osx
@ -23,11 +24,7 @@ matrix:
- rvm: 2.7
os: osx
osx_image: xcode12.2
- rvm: 3.0
os: osx
osx_image: xcode12.2
dist: xenial
sudo: true
before_install:
- gem update --system
- gem install bundler -v 1.16.2