Skip to content

Commit

Permalink
Simply use rake
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed May 30, 2019
1 parent a536622 commit db852bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ matrix:
- rvm: jruby-head
- rvm: ruby-head
fast_finish: true
script:
- rake test
sudo: false
8 changes: 2 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# frozen_string_literal: true
require 'bundler/gem_tasks'

require 'rubocop/rake_task'
RuboCop::RakeTask.new
task :default => :rubocop

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)
task :test => :spec
task :default => :spec

0 comments on commit db852bf

Please sign in to comment.