We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a017ee commit b5c7820Copy full SHA for b5c7820
1 file changed
.travis.yml
@@ -22,19 +22,16 @@ matrix:
22
- php: 7.1
23
env: PHPSTAN=2 DEFAULT=0
24
25
- env: PHPSTAN=4 DEFAULT=0
26
- - php: 7.1
27
- env: PHPSTAN=5 DEFAULT=0
+ env: PHPSTAN=7 DEFAULT=0
28
29
allow_failures:
30
- env: PHPCS=1 DEFAULT=0
31
- - env: PHPSTAN=4 DEFAULT=0
32
- - env: PHPSTAN=5 DEFAULT=0
+ - env: PHPSTAN=7 DEFAULT=0
33
34
before_script:
35
- if [[ $DEFAULT = 1 ]]; then composer install; fi
36
- if [[ $PHPCS = 1 ]]; then composer require cakephp/cakephp-codesniffer:~2.1; fi
37
- - if [[ $PHPSTAN > 0 ]]; then composer require phpstan/phpstan:^0.6; fi
+ - if [[ $PHPSTAN > 0 ]]; then composer require phpstan/phpstan:^0.7; fi
38
39
script:
40
- if [[ $DEFAULT = 1 ]]; then vendor/bin/phpunit --coverage-clover=coverage.xml; fi
0 commit comments