diff options
| author | mo khan <mo@mokhan.ca> | 2013-05-11 21:12:13 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-05-11 21:12:13 -0600 |
| commit | 80f446b4d4f48892f6748585bf9e923df8d6ed1c (patch) | |
| tree | b0a59d476c2577971a2641ae01ed7229358ad7a4 /script | |
| parent | 8cec872c8a4ac708f4ba11c73847fddda37964b8 (diff) | |
try to fix the ci.sh script
Diffstat (limited to 'script')
| -rw-r--r-- | script/ci.sh | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/script/ci.sh b/script/ci.sh index 0c242fe6..6040b9e3 100644 --- a/script/ci.sh +++ b/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 |
