diff --git a/.travis.yml b/.travis.yml index 7d8f888b..b8b74780 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,10 +73,3 @@ before_cache: notifications: email: on_success: never - -branches: - only: - - staging - - trying - - master - - /^v[\d.]+$/ diff --git a/appveyor.yml b/appveyor.yml index 168880ac..f6e7e8a7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,10 +55,3 @@ notifications: # Building is done in the test phase, so we disable Appveyor's build phase. build: false - -branches: - only: - - staging - - trying - - master - - /^v[\d.]+$/