mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
de25e8f7d8
[ci skip]
7 lines
199 B
Ruby
Executable file
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(' ')
|