Skip to content

Commit

Permalink
Avoid blocking PHP 5 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Jun 4, 2020
1 parent 205f31b commit 5de63d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ install:

script:
- if [ "$LINTER_RUN" = "run" ]; then php vendor/bin/php-cs-fixer fix --verbose --dry-run ; fi;
- if [ "$LINTER_RUN" = "run" ]; then composer require phpstan/phpstan --no-progress --no-suggest ; fi;
- if [ "$LINTER_RUN" = "run" ]; then php vendor/bin/phpstan analyse src test tests --no-progress --level 3 ; fi;
- php vendor/bin/phpunit $COVERAGE_FLAGS
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
},
"require-dev": {
"phpunit/phpunit": "^5.7.27|^6",
"friendsofphp/php-cs-fixer": "^2.16.3",
"phpstan/phpstan": "^0.12.25"
"friendsofphp/php-cs-fixer": "^2.16.3"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 5de63d9

Please sign in to comment.