Skip to content
This repository was archived by the owner on Dec 29, 2018. It is now read-only.

Commit 8779e2d

Browse files
committed
How many code quality things can we use at once? Apparently, at least three.
1 parent a5f6287 commit 8779e2d

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ matrix:
1818
allow_failures:
1919
- rvm: rbx-19mode
2020
- rvm: jruby
21+
22+
23+
addons:
24+
code_climate:
25+
repo_token: be53da0769cdd4da62aba7de451308d4c650985635365ca783b98893225f2927

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
source 'https://rubygems.org'
22

3+
gem "codeclimate-test-reporter", group: :test, require: nil
4+
35
# Dependencies specified in sicuro.gemspec
46
gemspec

spec/spec_helper.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
require "codeclimate-test-reporter"
2+
CodeClimate::TestReporter.start
3+
14
require 'coveralls'
25
Coveralls.wear!
36

0 commit comments

Comments
 (0)