Skip to content

Commit b5c7820

Browse files
author
Robert Pustułka
committed
Update travis.
1 parent 2a017ee commit b5c7820

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,16 @@ matrix:
2222
- php: 7.1
2323
env: PHPSTAN=2 DEFAULT=0
2424
- php: 7.1
25-
env: PHPSTAN=4 DEFAULT=0
26-
- php: 7.1
27-
env: PHPSTAN=5 DEFAULT=0
25+
env: PHPSTAN=7 DEFAULT=0
2826

2927
allow_failures:
3028
- env: PHPCS=1 DEFAULT=0
31-
- env: PHPSTAN=4 DEFAULT=0
32-
- env: PHPSTAN=5 DEFAULT=0
29+
- env: PHPSTAN=7 DEFAULT=0
3330

3431
before_script:
3532
- if [[ $DEFAULT = 1 ]]; then composer install; fi
3633
- if [[ $PHPCS = 1 ]]; then composer require cakephp/cakephp-codesniffer:~2.1; fi
37-
- if [[ $PHPSTAN > 0 ]]; then composer require phpstan/phpstan:^0.6; fi
34+
- if [[ $PHPSTAN > 0 ]]; then composer require phpstan/phpstan:^0.7; fi
3835

3936
script:
4037
- if [[ $DEFAULT = 1 ]]; then vendor/bin/phpunit --coverage-clover=coverage.xml; fi

0 commit comments

Comments
 (0)