Browse Source

Enabled Codeclimate code coverage (#13112)

tags/2.0.11
Alexander Makarov 8 years ago committed by GitHub
parent
commit
758ca250ac
  1. 6
      .travis.yml

6
.travis.yml

@ -32,6 +32,8 @@ matrix:
dist: trusty dist: trusty
group: edge # Use edge image until the next travis CI image update group: edge # Use edge image until the next travis CI image update
addons: addons:
code_climate:
repo_token: 2935307212620b0e2228ab67eadd92c9f5501ddb60549d0d86007a354d56915b
apt: apt:
packages: packages:
- mysql-server-5.6 - mysql-server-5.6
@ -45,6 +47,8 @@ matrix:
dist: trusty dist: trusty
group: edge # Use edge image until the next travis CI image update group: edge # Use edge image until the next travis CI image update
addons: addons:
code_climate:
repo_token: 2935307212620b0e2228ab67eadd92c9f5501ddb60549d0d86007a354d56915b
postgresql: "9.3" postgresql: "9.3"
apt: apt:
packages: packages:
@ -70,6 +74,8 @@ cache:
# try running against postgres 9.3 # try running against postgres 9.3
addons: addons:
postgresql: "9.3" postgresql: "9.3"
code_climate:
repo_token: 2935307212620b0e2228ab67eadd92c9f5501ddb60549d0d86007a354d56915b
install: install:
- | - |

Loading…
Cancel
Save