Skip to content

Commit

Permalink
add noup task to rake
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencec committed Apr 6, 2012
1 parent 26b8289 commit ec62e01
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@ task :travis do
raise "#{cmd} failed!" unless $?.exitstatus == 0
end
end
task :default => 'jasmine:ci'

desc "none"
task :none do
end

task :default => 'none'

0 comments on commit ec62e01

Please sign in to comment.