diff --git a/.travis.yml b/.travis.yml index 4163db6..dcbdce6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: ruby rvm: - 1.9.3 - 2.1.2 - + addons: - code_climate: - repo_token: 42ac805c08eb080273606ebe764d348c33902f543e22ec8b3f558d595049ec72 + code_climate: + repo_token: 42ac805c08eb080273606ebe764d348c33902f543e22ec8b3f558d595049ec72 diff --git a/test/test_helper.rb b/test/test_helper.rb index d0e5fe2..8edd085 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -18,4 +18,5 @@ VCR.configure do |c| c.cassette_library_dir = "test/fixtures" c.hook_into :webmock + c.ignore_hosts 'codeclimate.com' end \ No newline at end of file