Rakefile in starcall-0.1.1 vs Rakefile in starcall-0.2.0
- old
+ new
@@ -7,10 +7,10 @@
RSpec::Core::RakeTask.new(:spec)
RuboCop::RakeTask.new
-namespace :travis do
+namespace :github do
desc 'Run rspec and rubocop'
travis_tasks = %w[spec rubocop]
task :run do
travis_tasks.each do |task|
puts "Starting to run #{task}..."