Added example.

Mike Bronner 2014-04-16 14:08:16 -07:00
commit e56b9725c3

@ -1 +1,11 @@
Similar to the [standard PHP Lint plugin](https://github.com/Block8/PHPCI/wiki/Lint-plugin), except that it uses the [PHP Parallel Lint](https://github.com/JakubOnderka/PHP-Parallel-Lint) project to run.
Similar to the [standard PHP Lint plugin](https://github.com/Block8/PHPCI/wiki/Lint-plugin), except that it uses the [PHP Parallel Lint](https://github.com/JakubOnderka/PHP-Parallel-Lint) project to run.
###Example:
```
test:
php_parallel_lint:
directories:
- "app"
- "public"
```