mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Back to coveralls.io
This commit is contained in:
@@ -13,4 +13,4 @@ script:
|
||||
- phpunit
|
||||
|
||||
after_script:
|
||||
- CODECLIMATE_REPO_TOKEN=6739bff0f9a6eb7eaa5cfd1b086b55a3413aff24991d793b5b12da91c3803471 ./vendor/bin/test-reporter
|
||||
- php vendor/bin/coveralls
|
||||
@@ -7,8 +7,8 @@ Fenom - Template Engine for PHP
|
||||
[](https://packagist.org/packages/fenom/fenom)
|
||||
[](https://travis-ci.org/bzick/fenom)
|
||||
[](https://coveralls.io/r/bzick/fenom?branch=master)
|
||||
[](https://codeclimate.com/github/bzick/fenom)
|
||||
[](https://packagist.org/packages/fenom/fenom)
|
||||
|
||||
## [Quick start](./docs/en/start.md) :: [Documentation](./docs/readme.md) [[en](./docs/en/readme.md)|[ru](./docs/ru/readme.md)] :: [Benchmark](./docs/en/benchmark.md)
|
||||
<!-- :: [Articles](./docs/articles.md) -->
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "*",
|
||||
"codeclimate/php-test-reporter": "dev-master"
|
||||
"satooshi/php-coveralls": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "Fenom\\": "src/" },
|
||||
|
||||
Reference in New Issue
Block a user