Skip to content

Adds scrutinizer-ci/ocular #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ script:
- gpg --verify ./bin/install.sh.sig
- shellcheck ./bin/install.sh
- composer validate
- composer install --no-progress --no-suggest
- travis_wait composer install --no-progress --no-suggest
- yarn install --no-progress
- yarn run test
- ./vendor/bin/behat --version
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ You'll get the following tools by depending on this package:
- **[Behat][behat]**: BDD framework for PHP
- **[Codeception][codeception]**: Modern full-stack testing framework for PHP
- **[Mink][mink]**: PHP 5.3+ web browser emulator abstraction
- **[Ocular][ocular]**: CLI for uploading external code coverage data to Scrutinizer
- **[ParaTest][paratest]**: Parallel testing for PHPUnit
- **[PHPUnit][phpunit]**: Testing framework for PHP

Expand Down Expand Up @@ -212,8 +213,8 @@ THE SOFTWARE.
[behat]: http://behat.org
[codeception]: http://codeception.com
[contributors]: https://github.com/dealerdirect/php-qa-tools/graphs/contributors
[deployer]: https://deployer.org
[deployer-recipes]: https://github.com/deployphp/recipes
[deployer]: https://deployer.org
[frenck]: https://github.com/frenck
[get-in-touch]: http://workingatdealerdirect.eu/open-sollicitatie/
[grumphp]: https://github.com/phpro/grumphp
Expand All @@ -224,6 +225,7 @@ THE SOFTWARE.
[mink-selenium2-driver]: https://github.com/minkphp/MinkSelenium2Driver
[mink]: http://mink.behat.org
[mockery]: https://github.com/padraic/mockery
[ocular]: https://github.com/scrutinizer-ci/ocular
[packagist-shield]: https://img.shields.io/packagist/dt/dealerdirect/qa-tools.svg
[packagist-version-shield]: https://img.shields.io/packagist/v/dealerdirect/qa-tools.svg
[packagist-version]: https://packagist.org/packages/dealerdirect/qa-tools
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"phpro/grumphp": ">=0.11.0,<1.0.0",
"phpunit/phpunit": "^5.5.0",
"scheb/tombstone-analyzer": "^0.3.0",
"scrutinizer/ocular": "^1.3",
"sebastian/phpcpd": "^3.0.0",
"seld/jsonlint": "^1.4.0",
"sensiolabs/security-checker": "^4.0",
Expand Down