Skip to content

Commit 4327ef3

Browse files
committed
deactivate PHPStan for nightly
1 parent d42c874 commit 4327ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ matrix:
4242
env:
4343
- COLLECT_COVERAGE=false
4444
- IGNORE_PLATFORMS=true
45-
- RUN_PHPSTAN=true
45+
- RUN_PHPSTAN=false
4646
- VALIDATE_CODING_STYLE=false
4747
allow_failures:
4848
- php: 7.4snapshot
@@ -66,4 +66,4 @@ script:
6666
- composer phpunit
6767

6868
after_script:
69-
- if [ "$COLLECT_COVERAGE" == "true" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/clover.xml; fi
69+
- if [ "$COLLECT_COVERAGE" == "true" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/clover.xml; fi

0 commit comments

Comments
 (0)