Skip to content

Commit

Permalink
Add ci rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuggins committed Dec 14, 2015
1 parent c8d5590 commit 5b30f54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ task :bench do
end

task :default => :test

desc 'CI test task'
task :ci => :default

0 comments on commit 5b30f54

Please sign in to comment.