From 937f737128607f72ae443b83c234cdd06520551e Mon Sep 17 00:00:00 2001
From: Michael Miller <icy.arctic.fox@gmail.com>
Date: Wed, 16 Nov 2016 17:56:39 -0700
Subject: [PATCH] Add command to publish results to Code Climate

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index dc5bb57..91dbaab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ install:
 script:
 - uname -s
 - rake test
+- codeclimate-test-reporter
 addons:
   code_climate:
     repo_token:
-- 
GitLab