1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Modify using Code Climate.

This commit is contained in:
Yusuke Ebihara 2016-11-22 12:06:32 +09:00
parent e4687b2dc4
commit 076a889746
2 changed files with 7 additions and 1 deletions

View file

@ -50,3 +50,5 @@ notifications:
env:
global:
secure: LlDKdKSRo3sEjQ55XesbOXhKZ3RrOtqoD1ZL8Wx39K3iVzeEV3Kc8HjDfEvo7R4pOc3BMTNJcputklVEPN0FkWGN7Py+OEtbHj3IZl0MX+KEWNk0gU+4+sgPrL1eXUQyMUSkCrBsKg08rPel4KMYUOXbtnLyUU9PDbBwm4LJYOc=
after_success:
- bundle exec codeclimate-test-reporter

View file

@ -7,4 +7,8 @@ group :test, :default do
gem 'pry-nav'
gem 'mime-types', '~> 3.1'
end
gem "codeclimate-test-reporter", group: :test, require: nil
group :test do
gem "simplecov"
gem "codeclimate-test-reporter", "~> 1.0.0"
end