We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0909e60 commit 5f3086bCopy full SHA for 5f3086b
.travis.yml
@@ -18,8 +18,8 @@ cache:
18
19
install:
20
- composer install
21
- - composer show
+ - composer show -t
22
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
+ - php vendor/bin/parallel-lint --exclude vendor .
+ - php vendor/bin/phpunit --coverage-text
composer.json
@@ -7,7 +7,9 @@
7
"php": ">=5.5.0"
8
},
9
"require-dev": {
10
- "phpunit/phpunit": "^4|^5"
+ "phpunit/phpunit": "^4|^5",
11
+ "jakub-onderka/php-parallel-lint": "^0.9.2",
12
+ "jakub-onderka/php-console-highlighter": "^0.3.2"
13
14
"autoload": {
15
"psr-4": {
0 commit comments