Created
May 27, 2012 22:17
-
-
Save hmans/2816142 to your computer and use it in GitHub Desktop.
Test your code against all installed Ruby versions (using rbfu)
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
for ruby in $HOME/.rbfu/rubies/*; do rbfu @${ruby##*/} bundle && bundle exec rake ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment