summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rw-r--r--script/ci.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/ci.sh b/script/ci.sh
index 9a66ddde..a5ae2727 100644
--- a/script/ci.sh
+++ b/script/ci.sh
@@ -1,6 +1,7 @@
#!/bin/bash -x
echo "load bashrc"
-source ~/.bashrc
+#source ~/.bashrc
+[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
echo 'switch gemset'
rvm use ruby-2.0.0-p247@cakeside --create