From 758ca250ac8b7150b1f166972ace4b9847b2246b Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 1 Dec 2016 19:13:23 +0300 Subject: [PATCH] Enabled Codeclimate code coverage (#13112) --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 087851b..f78fb6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,8 @@ matrix: dist: trusty group: edge # Use edge image until the next travis CI image update addons: + code_climate: + repo_token: 2935307212620b0e2228ab67eadd92c9f5501ddb60549d0d86007a354d56915b apt: packages: - mysql-server-5.6 @@ -45,6 +47,8 @@ matrix: dist: trusty group: edge # Use edge image until the next travis CI image update addons: + code_climate: + repo_token: 2935307212620b0e2228ab67eadd92c9f5501ddb60549d0d86007a354d56915b postgresql: "9.3" apt: packages: @@ -70,6 +74,8 @@ cache: # try running against postgres 9.3 addons: postgresql: "9.3" + code_climate: + repo_token: 2935307212620b0e2228ab67eadd92c9f5501ddb60549d0d86007a354d56915b install: - |