diff options
| author | mo khan <mo@mokhan.ca> | 2014-03-30 15:37:03 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-03-30 15:37:03 -0600 |
| commit | 3970fd2beba83f74b9682b2ac0abcfa69499b483 (patch) | |
| tree | d6e18fb7c9c898cda8ecdc385b955c509063155e /script/ci.sh | |
| parent | 32c3a58ff8a0b495773c491eeb996b3279622d2f (diff) | |
remove references to rvm and unused script.
Diffstat (limited to 'script/ci.sh')
| -rw-r--r-- | script/ci.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/script/ci.sh b/script/ci.sh index 2265bf1e..ff393fad 100644 --- a/script/ci.sh +++ b/script/ci.sh @@ -1,10 +1,4 @@ #!/bin/bash -x -echo "load bashrc" -#source ~/.bashrc -[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" - -echo 'switch gemset' -rvm use ruby-2.1.1@cakeside --create echo 'bundle install' bundle install --without production |
