Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 0f07280

Browse files
committed
Add phpstan checks to Travis 7.2-locked env
1 parent fdf3b25 commit 0f07280

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ matrix:
3030
- php: 7.2
3131
env:
3232
- DEPS=locked
33+
- PHPSTAN_CHECK=true
3334
- php: 7.2
3435
env:
3536
- DEPS=latest
@@ -48,6 +49,7 @@ script:
4849
- if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; else composer test ; fi
4950
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
5051
- if [[ $CS_CHECK == 'true' ]]; then composer license-check ; fi
52+
- if [[ $PHPSTAN_CHECK == 'true' ]]; then composer phpstan ; fi
5153

5254
after_script:
5355
- if [[ $TEST_COVERAGE == 'true' ]]; then vendor/bin/php-coveralls -v ; fi

0 commit comments

Comments
 (0)