Created
September 30, 2015 11:22
-
-
Save 1syo/af61f5b8a9e06c663d76 to your computer and use it in GitHub Desktop.
This file contains 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/env bash | |
export PATH=$HOME/.rbenv/versions/2.3.0-dev/bin/:$PATH | |
export RUBYLIB=$HOME/.rbenv/versions/2.3.0-dev/lib | |
rbenv install -f 2.3.0-dev | |
cd $HOME/rake | |
git pull --rebase origin master | |
rake | |
cd $HOME/bundler | |
git pull --rebase origin master | |
rake spec:deps | |
rspec --format progress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment