diff --git a/.travis.yml b/.travis.yml index b8b74780..fa6346f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,3 +73,8 @@ before_cache: notifications: email: on_success: never + +branches: + except: + - staging.tmp + - trying.tmp diff --git a/appveyor.yml b/appveyor.yml index f6e7e8a7..fa6a7a6f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,3 +55,8 @@ notifications: # Building is done in the test phase, so we disable Appveyor's build phase. build: false + +branches: + except: + - staging.tmp + - trying.tmp