Skip to content

Commit 1a13713

Browse files
ryanfox1985ctran
authored andcommitted
Moved rubocop to outside. (#420)
1 parent 417d10b commit 1a13713

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ matrix:
1616
before_install:
1717
- rvm @global do gem install bundler
1818
script:
19-
- bundle exec rspec
19+
- bundle exec rubocop && bundle exec rspec

spec/spec_helper.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
require 'active_support/core_ext/string/inflections'
2828
require 'annotate'
2929

30-
require 'rubocop/rake_task'
31-
RuboCop::RakeTask.new
32-
Rake::Task['rubocop'].invoke
33-
3430
module Annotate
3531
module Integration
3632
ABSOLUTE_GEM_ROOT=File.expand_path('../../', __FILE__)

0 commit comments

Comments
 (0)