We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e19cfd commit f9423e1Copy full SHA for f9423e1
2 files changed
.travis.yml
@@ -13,4 +13,4 @@ before_script:
13
14
script:
15
- >
16
- find src -name \*.php | php -d display_errors=stderr -l {} > /dev/null \;
+ ./vendor/bin/parallel-lint
composer.json
@@ -18,6 +18,10 @@
18
"require": {
19
"php": ">=5.3.0"
20
},
21
+ "require-dev": {
22
+ "jakub-onderka/php-parallel-lint": "0.*",
23
+ "jakub-onderka/php-console-highlighter": "0.*"
24
+ },
25
"autoload": {
26
"psr-0": {
27
"Dfcplc\\PostcodeAnywhere": "src/"
0 commit comments