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 a13d35e commit 1e9a8e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ matrix:
- 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
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"require-dev": {
"nette/tester": "^2.1",
"xificurk/phpstan-shim": "^0.11",
"jakub-onderka/php-parallel-lint": "^1.0",
"nette/bootstrap": "^2.4.1@dev || ^3.0@dev",
"nette/di": "^2.4.7@dev",
"latte/latte": "^2.4@dev",
Expand Down

0 comments on commit 1e9a8e7

Please sign in to comment.