mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-02 13:37:25 +02:00
add codeclimate
This commit is contained in:
9
.codeclimate.yml
Normal file
9
.codeclimate.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
engines:
|
||||||
|
duplication:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
languages:
|
||||||
|
- php
|
||||||
|
exclude_paths:
|
||||||
|
- tests/
|
||||||
|
- vendor/
|
@@ -7,6 +7,10 @@ php:
|
|||||||
- hhvm
|
- hhvm
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
|
addons:
|
||||||
|
code_climate:
|
||||||
|
repo_token: 486a09d58d663450146c53c81c6c64938bcf3bb0b7c8ddebdc125fe97c18213a
|
||||||
|
|
||||||
# cache vendor dirs
|
# cache vendor dirs
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
@@ -14,7 +18,6 @@ cache:
|
|||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
|
||||||
- sudo apt-get install -y p7zip-full
|
- sudo apt-get install -y p7zip-full
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Reference in New Issue
Block a user