Skip to content

Commit

Permalink
Test against laters rubies. Closes #121
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshakov committed Dec 7, 2019
1 parent e524d3f commit 066643c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -8,12 +8,11 @@ language: ruby
matrix:
include:
- env: RAKE_TASK=rubocop
rvm: '2.3.0'
rvm: '2.6.0'
rvm:
- '2.7'
- '2.6'
- '2.5'
- '2.4'
- '2.3.0'
- '2.2'
- '2.1'
script: bundle exec rake $RAKE_TASK
sudo: false

0 comments on commit 066643c

Please sign in to comment.