From f35cfb267aefb5bdb7ce2173ba9279768cb62f43 Mon Sep 17 00:00:00 2001
From: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date: Tue, 20 Feb 2018 15:40:15 +0000
Subject: [PATCH] travis (macOS): Add cunit to homebrew for fix make check

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

diff --git a/.travis.yml b/.travis.yml
index 2ba8308f..2743ba26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,7 @@ before_install:
 before_script:
   # First build external lib
   - ./ci/build_openssl.sh
-  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libev; fi
+  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libev cunit; fi
   # configure ngtcp2
   - if [ "$CI_BUILD" == "autotools" ]; then autoreconf -i; fi
   - export PKG_CONFIG_PATH=$PWD/../openssl/build/lib/pkgconfig LDFLAGS="$EXTRA_LDFLAGS -Wl,-rpath,$PWD/../openssl/build/lib"
-- 
GitLab