diff options
| author | mo khan <mo@mokhan.ca> | 2013-12-23 19:58:54 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-12-23 19:58:54 -0700 |
| commit | 05b447492b85beaf403d1d8b0b0f0a90bfbe4764 (patch) | |
| tree | d2df20ac72481cd49e6966417441298a77759897 /script | |
| parent | 2563273fc996a9f7bcd73c6fcb99d5047234ebe4 (diff) | |
| parent | 932189d517a4ce7efd6b1de0f2bc21185031dfef (diff) | |
Merge branch 'master' into vagrant
Diffstat (limited to 'script')
| -rw-r--r-- | script/ci.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/ci.sh b/script/ci.sh index a5ae2727..fdb071f6 100644 --- a/script/ci.sh +++ b/script/ci.sh @@ -4,9 +4,9 @@ echo "load bashrc" [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" echo 'switch gemset' -rvm use ruby-2.0.0-p247@cakeside --create +rvm use ruby-2.0.0-p353@cakeside --create echo 'bundle install' bundle install --without production cp config/database.yml.example config/database.yml -xvfb-run bundle exec rake ci --trace +bundle exec rake ci --trace |
