Only test on modern versions of Ruby

This commit is contained in:
Joseph Wynn 2019-09-05 14:58:53 +12:00
parent 8cb3c53dd7
commit 5715734bde
No known key found for this signature in database
GPG Key ID: F34B9E530F0D3AEE
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ bundler_args: --without debug
before_script: bundle exec jekyll --version
script: bundle exec rake features_with_coveralls
rvm:
- '2.6'
- '2.5'
- '2.4'
- '2.3'
- '2.2'
- '2.1'
- '2.0'