Skip to content

Commit f4a525d

Browse files
committed
update codeclimate test reporter
1 parent 55629d8 commit f4a525d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,6 @@ before_install:
6666
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
6767
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
6868
- phantomjs --version
69+
70+
after_success:
71+
- codeclimate-test-reporter

test/test_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if RUBY_PLATFORM != "java"
2-
require "codeclimate-test-reporter"
3-
CodeClimate::TestReporter.start
2+
require 'simplecov'
3+
SimpleCov.start
44
end
55

66
# Configure Rails Environment

0 commit comments

Comments
 (0)