Skip to content

Commit

Permalink
Remove ci task that is never used
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Aug 7, 2012
1 parent 0c090cd commit 61b6173
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ task :test_app do
end
end

desc "Run all tests for all supported databases"
task :ci do
cmd = "bundle update"; puts cmd; system cmd;

%w(sqlite3 mysql).each do |database_name|
run_all_tests(database_name)
end
end

desc "clean the whole repository by removing all the generated files"
task :clean do
puts "Deleting sandbox..."
Expand Down

0 comments on commit 61b6173

Please sign in to comment.