commit
b6a0cca0f9
1 changed files with 1 additions and 9 deletions
10
.travis.yml
10
.travis.yml
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue