Skip to content

Commit

Permalink
(maint) use the same Ruby versions as Puppet
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaibuzgau committed Jan 23, 2020
1 parent f8a9dac commit c92acd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ script: "bundle exec rake spec SPEC_OPTS='--color --format documentation'"
notifications:
email: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
- 2.3
- 2.4
- 2.5
- 2.6
- ruby-head
matrix:
fast_finish: true
Expand Down

0 comments on commit c92acd8

Please sign in to comment.