Commit a72a507d

mo khan <mo@mokhan.ca>
2013-06-03 01:56:44
update ci script to run the ci rake task
1 parent 7b7e3d0
Changed files (1)
script
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