Skip to content

Commit

Permalink
Merge branch 'krallin-fix-codeclimate'
Browse files Browse the repository at this point in the history
- Update Gemfile
- Only use major ruby versions travis file
  • Loading branch information
monora committed Nov 22, 2016
1 parent 484d179 commit cc9ceee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ branches:
only:
- master
rvm:
- 2.0.0
- 2.1.6
- 2.2.4
- 2.3.0
- 2.0
- 2.1
- 2.2
- 2.3
- ruby-head
- jruby-1.7.22
- jruby-9.0.4.0
- jruby
- jruby-head
- rbx-2.5.8
- rbx-2
matrix:
allow_failures:
- rvm: ruby-head
Expand Down
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ source 'https://rubygems.org'

gemspec

gem "codeclimate-test-reporter", group: :test, require: nil
group :test do
gem "simplecov"
gem "codeclimate-test-reporter", "~> 1.0.0"
end

0 comments on commit cc9ceee

Please sign in to comment.