From dfc42643f0f0dbe2e22f49e1978b3de90ba8a6ca Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Sat, 3 Aug 2019 18:36:39 +0200
Subject: [PATCH] Use static mtxclient on osx in travis

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

diff --git a/.travis.yml b/.travis.yml
index fee019c2f..5b4e6aee5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ matrix:
               - USE_BUNDLED_BOOST=0
               - USE_BUNDLED_CMARK=0
               - USE_BUNDLED_JSON=0
+              - MTX_STATIC=1
         - os: linux
           compiler: gcc
           env:
-- 
GitLab