This commit is contained in:
2013-01-01 00:49:29 +08:00
parent f3d72a2c41
commit 96d7d52f95
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ rvm:
env:
- DB=postgresql
script:
- RAILS_ENV=test bundle exec rake ci --trace
- RAILS_ENV=test bundle exec rake generate --trace
+1 -1
View File
@@ -1,5 +1,5 @@
GEM
remote: http://ruby.taobao.org/
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
RedCloth (4.2.9-x86-mingw32)
-4
View File
@@ -378,7 +378,3 @@ task :list do
puts "Tasks: #{(Rake::Task.tasks - [Rake::Task[:list]]).join(', ')}"
puts "(type rake -T for more detail)\n\n"
end
#run CI task
task :ci => %w(generate)