Skip to content

Commit db852bf

Browse files
committed
Simply use rake
1 parent a536622 commit db852bf

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,4 @@ matrix:
1919
- rvm: jruby-head
2020
- rvm: ruby-head
2121
fast_finish: true
22-
script:
23-
- rake test
2422
sudo: false

Rakefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# frozen_string_literal: true
22
require 'bundler/gem_tasks'
3-
4-
require 'rubocop/rake_task'
5-
RuboCop::RakeTask.new
6-
task :default => :rubocop
7-
83
require 'rspec/core/rake_task'
4+
95
RSpec::Core::RakeTask.new(:spec)
10-
task :test => :spec
6+
task :default => :spec

0 commit comments

Comments
 (0)