From 0345adf7e43d0c776f73edf95b0648dbb43fdf52 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Mon, 5 Nov 2018 18:02:05 +0300 Subject: [PATCH] travis-ci: exclude appveyor branches --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.50.1