File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
install :
20
20
- composer install
21
- - composer show
21
+ - composer show -t
22
22
23
23
script :
24
- - find -name "*. php" -not -path "./ vendor/*" -print0 | xargs -n 1 -0 php -l
25
- - $( php -r 'if (PHP_MAJOR_VERSION >= 7) echo "phpdbg -qrr"; else echo "php";') vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
24
+ - php vendor/bin/parallel-lint --exclude vendor .
25
+ - php vendor/bin/phpunit --coverage-text
Original file line number Diff line number Diff line change 7
7
"php" : " >=5.5.0"
8
8
},
9
9
"require-dev" : {
10
- "phpunit/phpunit" : " ^4|^5"
10
+ "phpunit/phpunit" : " ^4|^5" ,
11
+ "jakub-onderka/php-parallel-lint" : " ^0.9.2" ,
12
+ "jakub-onderka/php-console-highlighter" : " ^0.3.2"
11
13
},
12
14
"autoload" : {
13
15
"psr-4" : {
You can’t perform that action at this time.
0 commit comments