mirror of
https://github.com/lloeki/package-ruby.git
synced 2025-12-06 01:54:41 +01:00
bundler gem tasks
This commit is contained in:
parent
a54b8c5a00
commit
569d89f390
1 changed files with 3 additions and 0 deletions
3
Rakefile
3
Rakefile
|
|
@ -18,5 +18,8 @@ task :coverage do
|
|||
Rake::Task['spec'].execute
|
||||
end
|
||||
|
||||
require 'bundler/gem_helper'
|
||||
Bundler::GemHelper.install_tasks
|
||||
|
||||
task default: :ci
|
||||
task ci: [:spec, :rubocop]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue