From 8935678dc00f7091a6128cc731c2811e2a4a4351 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 7 Oct 2018 18:35:23 -0700 Subject: [PATCH] Skip master branch on Travis OSX (fix) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e22fb4f4..8674e625 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,7 +110,7 @@ matrix: - *base_sources # OSX Clang, C++14, Debug - - if: branch =~ ^master + - if: branch != master os: osx compiler: clang++ env: