Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Apr 20, 2020
1 parent 114d3c2 commit d588691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,7 @@ before_script:
- phpenv config-rm xdebug.ini
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 composer run static-analysis; fi

0 comments on commit d588691

Please sign in to comment.