Skip to content

Commit

Permalink
upgrade code climate to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Nov 8, 2016
1 parent 4960d49 commit 1a60444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ before_script:
- bundle exec rails dummy:app --trace
- bundle exec rails app:db:migrate RAILS_ENV=test
cache: bundler
script: bundle exec rspec
script:
- bundle exec rspec
- bundle exec codeclimate-test-reporter
env:
- DB=postgres
- DB=mysql
Expand Down
2 changes: 0 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# frozen_string_literal: true
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start

# This file was generated by the `rails generate rspec:install` command.
# Conventionally, all specs live under a `spec` directory, which RSpec adds to
Expand Down

0 comments on commit 1a60444

Please sign in to comment.