Skip to content

Commit fb8b318

Browse files
authored
Merge pull request #16 from DealerDirect/feature/adds-ocular
Adds scrutinizer-ci/ocular
2 parents 1d35a14 + 987ad6b commit fb8b318

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ script:
4040
- gpg --verify ./bin/install.sh.sig
4141
- shellcheck ./bin/install.sh
4242
- composer validate
43-
- composer install --no-progress --no-suggest
43+
- travis_wait composer install --no-progress --no-suggest
4444
- yarn install --no-progress
4545
- yarn run test
4646
- ./vendor/bin/behat --version

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ You'll get the following tools by depending on this package:
4141
- **[Behat][behat]**: BDD framework for PHP
4242
- **[Codeception][codeception]**: Modern full-stack testing framework for PHP
4343
- **[Mink][mink]**: PHP 5.3+ web browser emulator abstraction
44+
- **[Ocular][ocular]**: CLI for uploading external code coverage data to Scrutinizer
4445
- **[ParaTest][paratest]**: Parallel testing for PHPUnit
4546
- **[PHPUnit][phpunit]**: Testing framework for PHP
4647

@@ -212,8 +213,8 @@ THE SOFTWARE.
212213
[behat]: http://behat.org
213214
[codeception]: http://codeception.com
214215
[contributors]: https://github.com/dealerdirect/php-qa-tools/graphs/contributors
215-
[deployer]: https://deployer.org
216216
[deployer-recipes]: https://github.com/deployphp/recipes
217+
[deployer]: https://deployer.org
217218
[frenck]: https://github.com/frenck
218219
[get-in-touch]: http://workingatdealerdirect.eu/open-sollicitatie/
219220
[grumphp]: https://github.com/phpro/grumphp
@@ -224,6 +225,7 @@ THE SOFTWARE.
224225
[mink-selenium2-driver]: https://github.com/minkphp/MinkSelenium2Driver
225226
[mink]: http://mink.behat.org
226227
[mockery]: https://github.com/padraic/mockery
228+
[ocular]: https://github.com/scrutinizer-ci/ocular
227229
[packagist-shield]: https://img.shields.io/packagist/dt/dealerdirect/qa-tools.svg
228230
[packagist-version-shield]: https://img.shields.io/packagist/v/dealerdirect/qa-tools.svg
229231
[packagist-version]: https://packagist.org/packages/dealerdirect/qa-tools

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"phpro/grumphp": ">=0.11.0,<1.0.0",
4545
"phpunit/phpunit": "^5.5.0",
4646
"scheb/tombstone-analyzer": "^0.3.0",
47+
"scrutinizer/ocular": "^1.3",
4748
"sebastian/phpcpd": "^3.0.0",
4849
"seld/jsonlint": "^1.4.0",
4950
"sensiolabs/security-checker": "^4.0",

0 commit comments

Comments
 (0)