Added codeclimate

This commit is contained in:
Walter Dal Mut
2015-06-24 08:23:01 +02:00
parent 6c9646e085
commit b9bc6958de
2 changed files with 10 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
languages:
PHP: true
exclude_paths:
- tests/*
- benchmarks/*
- scripts/*
+4 -1
View File
@@ -24,7 +24,10 @@ before_script:
- composer install --prefer-source
script:
- vendor/bin/phpunit
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script:
- CODECLIMATE_REPO_TOKEN=$CODECLIMATE_REPO_TOKEN vendor/bin/test-reporter
notifications:
slack: