Commit 80f446b4
Changed files (1)
script
script/ci.sh
@@ -1,8 +1,13 @@
-#!/bin/bash -xl
+#!/bin/bash -x
+echo "load bashrc"
source ~/.bashrc
-cd .
+
+echo 'switch gemset'
+#cd .
+rvm use 1.9.3@cakeside --rvmrc --create
+
+echo 'bundle install'
bundle install --without production
cp config/database.yml.example config/database.yml
-#rake db:schema:load
bundle exec rake db:migrate
bundle exec rake spec --trace