From 3ad62b579608098e5932d476a8b7ce5a766158b2 Mon Sep 17 00:00:00 2001 From: Michel Agopian Date: Mon, 24 Apr 2017 12:43:14 -0300 Subject: [PATCH] setting codeclimate-test-reporter --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ff92200..3a948a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,6 @@ install: - bundle install --retry=3 script: - - bundle exec rspec - bundle exec rubocop -R --format simple - -addons: - code_climate: - repo_token: ENV['CODECLIMATE_TOKEN'] + - bundle exec rspec + - bundle exec codeclimate-test-reporter