👷 fixed travis file

This commit is contained in:
Niels Lohmann 2018-02-01 22:34:14 +01:00
parent f5c03999d0
commit a8fcfd9880
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -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