Skip to content

Instantly share code, notes, and snippets.

@moonmaster9000
Created September 26, 2011 11:17
Show Gist options
  • Save moonmaster9000/1242032 to your computer and use it in GitHub Desktop.
Save moonmaster9000/1242032 to your computer and use it in GitHub Desktop.
parsing .travis.yml
ruby-1.8.7-p334 :001 > require 'yaml'
=> true
ruby-1.8.7-p334 :002 > YAML.load File.read(".travis.yml")
=> {"before_script"=>"echo 'before start' && sed -i '' -e 's/admin:password\\@//' features/support/env.rb && echo 'before end'", "rvm"=>["1.8.7", "1.9.2", "1.9.3", "rbx-2.0", "ree"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment