1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/script/supported_ruby_versions
2018-01-24 00:30:10 -06:00

7 lines
199 B
Ruby
Executable file

#!/usr/bin/env ruby
require 'yaml'
travis_config_path = File.expand_path('../../.travis.yml', __FILE__)
travis_config = YAML.load_file(travis_config_path)
puts travis_config.fetch('rvm').join(' ')