We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55629d8 commit f4a525dCopy full SHA for f4a525d
.travis.yml
@@ -66,3 +66,6 @@ before_install:
66
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
67
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
68
- phantomjs --version
69
+
70
+after_success:
71
+ - codeclimate-test-reporter
test/test_helper.rb
@@ -1,6 +1,6 @@
1
if RUBY_PLATFORM != "java"
2
- require "codeclimate-test-reporter"
3
- CodeClimate::TestReporter.start
+ require 'simplecov'
+ SimpleCov.start
4
end
5
6
# Configure Rails Environment
0 commit comments