Skip to content

Commit

Permalink
composer.json: add parallel-lint to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Jan 20, 2019
1 parent 6b1d936 commit 63230d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -29,11 +29,10 @@ jobs:
- stage: Code Coverage

install:
- travis_retry composer create-project --no-interaction jakub-onderka/php-parallel-lint /tmp/php-parallel-lint ^1.0
- travis_retry composer update --no-interaction --prefer-dist $COMPOSER_ARGS

script:
- /tmp/php-parallel-lint/parallel-lint -e php,phpt --exclude tests/temp src tests
- vendor/bin/parallel-lint -e php,phpt --exclude tests/temp src tests
- vendor/bin/tester -s -p php -c tests/php.ini tests
- vendor/bin/phpstan.phar analyse -c tests/phpstan.neon -l max src
- vendor/bin/phpstan.phar analyse -c tests/phpstan.tests.neon -l max tests
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -21,7 +21,8 @@
},
"require-dev": {
"nette/tester": "^2.1",
"xificurk/phpstan-shim": "^0.11"
"xificurk/phpstan-shim": "^0.11",
"jakub-onderka/php-parallel-lint": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 63230d6

Please sign in to comment.