Skip to content

Instantly share code, notes, and snippets.

@benlangfeld
Created November 8, 2011 19:35
Show Gist options
  • Save benlangfeld/1348872 to your computer and use it in GitHub Desktop.
Save benlangfeld/1348872 to your computer and use it in GitHub Desktop.
#!/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