Skip to content

Commit b6a0cca

Browse files
authored
Merge pull request pterodactyl#1940 from Sir3lit/patch-3
Update .travis.yml
2 parents 90e2d0d + e428de5 commit b6a0cca

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
- TEST_SUITE=Coverage
1414
- TEST_SUITE=Integration
1515
php:
16-
- 7.2
16+
- 7.4
1717
sudo: false
1818
cache:
1919
directories:
@@ -32,13 +32,5 @@ script:
3232
- if [ "$TEST_SUITE" = "Integration" ]; then vendor/bin/phpunit tests/Integration; fi;
3333
notifications:
3434
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
4335
after_success:
4436
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)