summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-06-02 19:56:44 -0600
committermo khan <mo@mokhan.ca>2013-06-02 19:56:44 -0600
commita72a507d7f9090ad9b948996131a0e6fdb7ba988 (patch)
tree94079b738f000c1be8a506a08ced22eeff9ec398 /script
parent7b7e3d01ef465ca05d32842c14b8fc236faec375 (diff)
update ci script to run the ci rake task
Diffstat (limited to 'script')
-rw-r--r--script/ci.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/script/ci.sh b/script/ci.sh
index 8e6a3e9b..94150246 100644
--- a/script/ci.sh
+++ b/script/ci.sh
@@ -9,5 +9,4 @@ rvm use ruby-1.9.3-p429@cakeside
echo 'bundle install'
bundle install --without production
cp config/database.yml.example config/database.yml
-bundle exec rake db:migrate
-bundle exec rake spec --trace
+bundle exec rake ci --trace