From a3d3a633b2367e134049486acbc6cbf6f1d3a4d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 7 Mar 2018 10:13:04 +0100 Subject: [PATCH] Don't build `dev-appveyor*` branches on TravisCI --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ed8a956f..fbf1c09d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: cpp sudo: false +branches: + except: + - /dev-appveyor.*/ + common_sources: &all_sources - ubuntu-toolchain-r-test - llvm-toolchain-trusty