Merge pull request #111 from aried3r/ar/travis_update

Update Ruby 1.9-2.6
This commit is contained in:
Stephen Sykes 2019-10-24 18:19:02 +03:00 committed by GitHub
commit bad902712c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
language: ruby
cache: bundler
rvm:
- 2.2.9
- 2.3.8
- 2.4.5
- 2.5.5
- 2.6.2
sudo: false
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
- 1.9
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6