From e428de564958141da4868e9afec78aa81aa418be Mon Sep 17 00:00:00 2001 From: AreYouScared Date: Fri, 17 Apr 2020 22:18:44 -0400 Subject: [PATCH] Update .travis.yml Remove discord webhook as its no longer used. Use Php 7.4, maybe it won't always fail :P --- .travis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index ff915fa1e..06d9924cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)