Skip to content

Commit

Permalink
Ignore codeclimate for VCR
Browse files Browse the repository at this point in the history
  • Loading branch information
adback03 committed Mar 29, 2016
1 parent 79696ee commit 62e4a39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: ruby
rvm:
- 1.9.3
- 2.1.2

addons:
code_climate:
repo_token: 42ac805c08eb080273606ebe764d348c33902f543e22ec8b3f558d595049ec72
code_climate:
repo_token: 42ac805c08eb080273606ebe764d348c33902f543e22ec8b3f558d595049ec72
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
VCR.configure do |c|
c.cassette_library_dir = "test/fixtures"
c.hook_into :webmock
c.ignore_hosts 'codeclimate.com'
end

0 comments on commit 62e4a39

Please sign in to comment.