Skip to content

Commit

Permalink
GH #13: being more verbose, making sure we bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Karnowski and Lake Denman committed Apr 5, 2012
1 parent 7cbee46 commit 25fcc67
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions script/ci
@@ -1,15 +1,14 @@
#!/usr/bin/env bash
#!/usr/bin/env bash --verbose

RAILS_APP="app_for_ci"
TARGET_HOST="placeholder.example.com"

source "$HOME/.rvm/scripts/rvm"
rvm use "ruby-1.9.2@relevance_rail"


# TODO: run the unit tests BEFORE building a new gem
echo "TODO: run the specs here!"
rvm use "ruby-1.9.2@relevance_rails"

gem install bundler
bundle install
bundle exec rake spec

# exit if any statement fails; must be set AFTER loading RVM
set -e
Expand Down

0 comments on commit 25fcc67

Please sign in to comment.