Skip to content

Commit

Permalink
Allow CI failures of sentry/sentry dev-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Nov 29, 2019
1 parent 441416d commit 620b90d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
- composer remove --dev friendsofphp/php-cs-fixer phpstan/phpstan --no-update
- travis_retry travis_wait composer install --no-interaction --prefer-dist
- travis_retry travis_wait composer update --no-interaction --prefer-dist --prefer-stable --prefer-lowest
- name: sentry/sentry dev-develop
install: composer require sentry/sentry:dev-develop
- stage: Code style and static analysis
script:
- composer phpstan
Expand All @@ -45,6 +43,10 @@ jobs:
- phpdbg -qrr vendor/bin/phpunit --coverage-clover clover.xml
after_success:
- vendor/bin/ocular code-coverage:upload --format=php-clover clover.xml --revision=$TRAVIS_COMMIT
allow_failures:
- name: sentry/sentry dev-develop
stage: Test
install: composer require sentry/sentry:dev-develop

notifications:
webhooks:
Expand Down

0 comments on commit 620b90d

Please sign in to comment.