From a8fcfd98809e2f8446bee907a4ca59dc04cc573d Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 1 Feb 2018 22:34:14 +0100 Subject: [PATCH] :construction_worker: fixed travis file --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef06dbfa..22a9b674 100644 --- a/.travis.yml +++ b/.travis.yml @@ -291,11 +291,3 @@ script: - cmake .. ${CMAKE_OPTIONS} -GNinja && cmake --build . --config Release - ctest -C Release -V -j - cd .. - - # check if homebrew works (only checks develop branch) - - if [ `which brew` ]; then - brew update ; - brew tap nlohmann/json ; - #brew install nlohmann_json --HEAD ; - #brew test nlohmann_json ; - fi