Skip to content

Commit f9423e1

Browse files
committed
Reworking
1 parent 3e19cfd commit f9423e1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ before_script:
1313

1414
script:
1515
- >
16-
find src -name \*.php | php -d display_errors=stderr -l {} > /dev/null \;
16+
./vendor/bin/parallel-lint

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"require": {
1919
"php": ">=5.3.0"
2020
},
21+
"require-dev": {
22+
"jakub-onderka/php-parallel-lint": "0.*",
23+
"jakub-onderka/php-console-highlighter": "0.*"
24+
},
2125
"autoload": {
2226
"psr-0": {
2327
"Dfcplc\\PostcodeAnywhere": "src/"

0 commit comments

Comments
 (0)