From 87a4d3bf7cc2717cffc20be7f73aec746f19aa4f Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Fri, 12 Feb 2016 14:35:05 +0000 Subject: [PATCH] Excluding os x builds with gcc from the travis build matrix, since we don't support that combination. Copied from Perforce Change: 189159 ServerID: perforce.ravenbrook.com --- mps/.travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mps/.travis.yml b/mps/.travis.yml index 1939ac1c95f..d78b45e190a 100644 --- a/mps/.travis.yml +++ b/mps/.travis.yml @@ -8,6 +8,10 @@ os: compiler: - clang - gcc +matrix: + exclude: + - os: osx + compiler: gcc notifications: email: - mps-travis@ravenbrook.com