Skip to content

Commit c6f8df2

Browse files
committed
Remove rubocop run from CI
1 parent 33a0873 commit c6f8df2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: ruby
22
rvm:
33
- 2.2.5
44
- 2.3.1
5+
- 2.4.0
56
- jruby-9.0.5.0
67
- rbx
78

@@ -12,7 +13,6 @@ bundler_args: --without development
1213

1314
script:
1415
- bundle exec rspec
15-
- script/rubocop
1616

1717
matrix:
1818
allow_failures:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
gemspec
44

55
ruby_version = RUBY_VERSION.to_f
6-
rubocop_platform = [:ruby_20, :ruby_21, :ruby_22, :ruby_23]
6+
rubocop_platform = [:ruby_20, :ruby_21, :ruby_22, :ruby_23, :ruby_24]
77
rubocop_platform = [:ruby_20, :ruby_21] if ruby_version < 2.0
88

99
group :test do

0 commit comments

Comments
 (0)