Skip to content

Commit

Permalink
Merge pull request #13 from wesrich/fix-tests
Browse files Browse the repository at this point in the history
CodeClimate Test Reporter Deprecation
  • Loading branch information
jawalonoski authored Nov 15, 2016
2 parents cd9e907 + e15b173 commit 377d092
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ rvm:
- "2.3.1"
script:
- bundle exec rake test
- bundle exec codeclimate-test-reporter
notifications:
email:
recipients:
- [email protected]
on_failure: change
addons:
code_climate:
repo_token: 0230b3379581b30743b7b4355d7394e427648e604d19a2aba987956201eee290
code_climate:
repo_token: 0230b3379581b30743b7b4355d7394e427648e604d19a2aba987956201eee290
5 changes: 2 additions & 3 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start

require 'simplecov'
SimpleCov.start

require 'nokogiri/diff'
require 'test/unit'
require 'pry'
Expand Down

0 comments on commit 377d092

Please sign in to comment.