Skip to content

Commit

Permalink
Set up CodeClimate test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alsemyonov committed Nov 13, 2014
1 parent dc75283 commit 59e4848
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.4
script: "CODECLIMATE_REPO_TOKEN=23f435a72ecad11f83f2ea0691be176dbb861d8a47de17f8b070c900786de6cf bundle exec rake"
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -5,4 +5,5 @@ gemspec
group :development, :test do
gem 'rake'
gem 'roodi'
gem 'codeclimate-test-reporter', require: nil
end
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
@@ -1,5 +1,8 @@
SPEC_ROOT = File.expand_path('../..', __FILE__)
require 'bundler/setup'
require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start

require 'rspec'
require 'rspec/its'
require 'active_record'
Expand Down

0 comments on commit 59e4848

Please sign in to comment.