Created
November 8, 2011 19:35
-
-
Save benlangfeld/1348872 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/bash | |
unset SUN_PERSONALITY | |
export LC_CTYPE=en_US.utf-8 | |
export JRUBY_OPTS="--1.9" | |
source /etc/profile.d/rvm.sh | |
rvm use $RUBY | |
bundle install --no-deployment | |
SKIP_RCOV=true bundle exec rake spec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment