Skip to content
This repository was archived by the owner on May 6, 2023. It is now read-only.

Commit bc5fb5a

Browse files
committed
Test downgraded code with phpstan level 0
1 parent 1f9f084 commit bc5fb5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# 3. PHPStan on PHP 7.4
99
# 4. Run Rector to generate the PHP 7.1-compatible code for production
1010
# then PHPStan on PHP 7.1
11-
########################################################################
11+
########################################################################
1212

1313
language: php
1414
os:
@@ -36,12 +36,12 @@ jobs:
3636
script:
3737
- vendor/bin/phpstan analyse -c phpstan.neon.dist src/
3838
after_script: skip
39-
- name: "Downgraded code"
39+
- name: "Test downgraded code"
4040
script:
4141
- vendor/bin/rector process
4242
- phpenv local 7.1
4343
- php --version
44-
- vendor/bin/phpstan analyse -c phpstan.neon.dist src/
44+
- vendor/bin/phpstan analyse src/ --level 0
4545
after_script: skip
4646

4747
install:

0 commit comments

Comments
 (0)