Skip to content

Commit

Permalink
Don't build api docs on release
Browse files Browse the repository at this point in the history
  • Loading branch information
tooky committed Feb 13, 2015
1 parent b3c5601 commit c310824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Bundler::GemHelper.install_tasks
$:.unshift(File.dirname(__FILE__) + '/lib')
Dir['gem_tasks/**/*.rake'].each { |rake| load rake }

task :release => 'api:doc'
task :default => [:spec, :cucumber]

require 'rake/clean'
Expand Down

0 comments on commit c310824

Please sign in to comment.