Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 906b33e

Browse files
committed
TMP - Travis build config
1 parent 4c2496b commit 906b33e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ end
1616
### dep for ci/coverage
1717
gem 'simplecov', '~> 0.8'
1818

19-
puts "RUBY_VERSION=#{RUBY_VERSION.inspect}"
20-
puts "$JRUBY_OPTS=#{ENV["JRUBY_OPTS"].inspect}"
21-
2219
# There is no platform :ruby_193 and Rubocop only supports >= 1.9.3
2320
unless RUBY_VERSION == "1.9.2"
24-
gem 'rubocop',
21+
gem "rubocop",
2522
"~> 0.32.1",
2623
:platform => [:ruby_19, :ruby_20, :ruby_21, :ruby_22]
2724
end

0 commit comments

Comments
 (0)