1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-03-20 22:50:00 +01:00

add codeclimate

This commit is contained in:
wapplay-home-linux 2017-03-13 11:39:05 +03:00
parent f6fc289102
commit e4650b7de2
2 changed files with 13 additions and 1 deletions

9
.codeclimate.yml Normal file
View File

@ -0,0 +1,9 @@
engines:
duplication:
enabled: true
config:
languages:
- php
exclude_paths:
- tests/
- vendor/

View File

@ -7,6 +7,10 @@ php:
- hhvm
- nightly
addons:
code_climate:
repo_token: 486a09d58d663450146c53c81c6c64938bcf3bb0b7c8ddebdc125fe97c18213a
# cache vendor dirs
cache:
directories:
@ -14,7 +18,6 @@ cache:
- $HOME/.composer/cache
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y p7zip-full
before_script: