From: Azat Khuzhin Date: Mon, 5 Nov 2018 15:02:05 +0000 (+0300) Subject: travis-ci: exclude appveyor branches X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0345adf7e43d0c776f73edf95b0648dbb43fdf52;p=libevent travis-ci: exclude appveyor branches --- diff --git a/.travis.yml b/.travis.yml index 61f3cc14..7186c36d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ os: sudo: false dist: trusty +branches: + except: + - /.*appveyor.*/ + git: quiet: true