From 02fc3cddee97a476752775cb54cc50ff67b4cc0d Mon Sep 17 00:00:00 2001 From: Niels Date: Mon, 25 Jul 2016 16:48:26 +0200 Subject: [PATCH] test homebrew on OSX --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index b459f5d5a..64deb2fe7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -168,3 +168,8 @@ script: - if [ `which valgrind` ]; then valgrind --error-exitcode=1 --leak-check=full ./json_unit ; fi + - if [ $os = "osx" ]; then + brew tap nlohmann/json ; + brew install nlohmann_json --HEAD ; + brew test nlohmann_json + fi