1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-26 12:52:28 +02:00

Update .travis.yml

Remove discord webhook as its no longer used.
Use Php 7.4, maybe it won't always fail :P
This commit is contained in:
AreYouScared 2020-04-17 22:18:44 -04:00 committed by GitHub
parent 90e2d0d72a
commit e428de5649
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=Integration
php:
- 7.2
- 7.4
sudo: false
cache:
directories:
@ -32,13 +32,5 @@ script:
- if [ "$TEST_SUITE" = "Integration" ]; then vendor/bin/phpunit tests/Integration; fi;
notifications:
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:
- bash <(curl -s https://codecov.io/bash)