mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 01:27:20 +08:00
Enabled Codeclimate code coverage (#13112)
This commit is contained in:
committed by
GitHub
parent
47ece37b5a
commit
758ca250ac
@ -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:
|
||||||
- |
|
- |
|
||||||
|
|||||||
Reference in New Issue
Block a user