We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90e2d0d + e428de5 commit b6a0ccaCopy full SHA for b6a0cca
.travis.yml
@@ -13,7 +13,7 @@ env:
13
- TEST_SUITE=Coverage
14
- TEST_SUITE=Integration
15
php:
16
- - 7.2
+ - 7.4
17
sudo: false
18
cache:
19
directories:
@@ -32,13 +32,5 @@ script:
32
- if [ "$TEST_SUITE" = "Integration" ]; then vendor/bin/phpunit tests/Integration; fi;
33
notifications:
34
email: false
35
- webhooks:
36
- urls:
37
- - https://misc.schrej.net/travistodiscord/pterodev.php
38
- on_success: change
39
- on_failure: always
40
- on_error: always
41
- on_cancel: always
42
- on_start: never
43
after_success:
44
- bash <(curl -s https://codecov.io/bash)
0 commit comments