Commit a72a507d
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