Created
September 26, 2011 11:17
-
-
Save moonmaster9000/1242032 to your computer and use it in GitHub Desktop.
parsing .travis.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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