From f019def0dcb9448e8a154ce170d110b418fe1c84 Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Tue, 3 Dec 2019 15:09:06 +0100
Subject: [PATCH] Speedup mac build

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index cff7bacd9..bfa74b953 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ notifications:
 matrix:
   include:
     - os: osx
-      osx_image: xcode9
+      # osx_image: xcode9 # don't specify an image here to use the default
       compiler: clang
     - os: linux
       compiler: gcc
-- 
GitLab