upgrade ruby versions and bundler

This commit is contained in:
Torsten 2020-03-27 10:13:53 +02:00
parent 249e643823
commit b378a42928
1 changed files with 5 additions and 4 deletions

View File

@ -1,12 +1,13 @@
before_install:
- sudo apt-get install -y qemu
- sudo apt-get install -y binutils-arm-linux-gnueabi
- gem install bundler --version '2.0.1'
- gem install bundler --version '2.1.4'
language: ruby
script:
- ruby test/test_all.rb
- bundle exec codeclimate-test-reporter
rvm:
- 2.4.6
- 2.5.5
- 2.6.3
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0