Merge pull request #1940 from Sir3lit/patch-3

Update .travis.yml
This commit is contained in:
Dane Everitt 2020-04-18 10:43:46 -07:00 committed by GitHub
commit b6a0cca0f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ env:
- TEST_SUITE=Coverage - TEST_SUITE=Coverage
- TEST_SUITE=Integration - TEST_SUITE=Integration
php: php:
- 7.2 - 7.4
sudo: false sudo: false
cache: cache:
directories: directories:
@ -32,13 +32,5 @@ script:
- if [ "$TEST_SUITE" = "Integration" ]; then vendor/bin/phpunit tests/Integration; fi; - if [ "$TEST_SUITE" = "Integration" ]; then vendor/bin/phpunit tests/Integration; fi;
notifications: notifications:
email: false email: false
webhooks:
urls:
- https://misc.schrej.net/travistodiscord/pterodev.php
on_success: change
on_failure: always
on_error: always
on_cancel: always
on_start: never
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)