Skip to content

Commit

Permalink
syncing execution flags
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed May 24, 2021
1 parent e4532ee commit 1fbf384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,5 +21,5 @@ install:
- travis_retry composer install --no-interaction --no-suggest --prefer-source
- if [[ "$psalm" != "yes" ]]; then composer update --dry-run roave/security-advisories; fi
script:
- if [[ "$psalm" = "yes" ]]; then ./vendor/bin/psalm --shepherd --show-info=false --diff --diff-methods; fi
- if [[ "$psalm" = "yes" ]]; then ./vendor/bin/psalm --show-info=false --shepherd; fi
- if [[ "$psalm" != "yes" ]]; then composer run static-analysis; fi

0 comments on commit 1fbf384

Please sign in to comment.