Skip to content

Commit

Permalink
run static analysis with unmodified deps again
Browse files Browse the repository at this point in the history
(was changed in 4fb7c7c)
  • Loading branch information
craue committed Dec 16, 2020
1 parent c9fe5e6 commit 8489367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
env: DEPS='lowest'
-
php: 8.0
env: DEPS='unmodified'
env: DEPS='unmodified' WITH_STATIC_ANALYSIS='yes'

- stage: test
php: 7.3
Expand All @@ -35,7 +35,7 @@ jobs:
env: SYMFONY_VERSION='5.1.*'
-
php: 7.3
env: SYMFONY_VERSION='5.2.*' WITH_STATIC_ANALYSIS='yes' SYMFONY_DEPRECATIONS_HELPER='max[self]=3'
env: SYMFONY_VERSION='5.2.*' SYMFONY_DEPRECATIONS_HELPER='max[self]=3'
-
php: 7.3
env: SYMFONY_VERSION='5.x' MIN_STABILITY='dev'
Expand Down

0 comments on commit 8489367

Please sign in to comment.