File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 31
31
- travis_retry travis_wait composer install --no-interaction --prefer-dist
32
32
- composer remove --dev friendsofphp/php-cs-fixer phpstan/phpstan phpstan/phpstan-phpunit jangregor/phpstan-prophecy --no-update
33
33
- travis_retry travis_wait composer update --no-interaction --prefer-dist --prefer-stable --prefer-lowest
34
- - name : sentry/sentry dev-develop
35
- install : composer require sentry/sentry:dev-develop
36
34
- stage : Code style and static analysis
37
35
script :
38
36
- composer phpstan
45
43
- phpdbg -qrr vendor/bin/phpunit --coverage-clover clover.xml
46
44
after_success :
47
45
- vendor/bin/ocular code-coverage:upload --format=php-clover clover.xml --revision=$TRAVIS_COMMIT
46
+ allow_failures :
47
+ - name : sentry/sentry dev-develop
48
+ stage : Test
49
+ install : composer require sentry/sentry:dev-develop
48
50
49
51
notifications :
50
52
webhooks :
You can’t perform that action at this time.
0 commit comments