travis: use JSON 3.6.0

This commit is contained in:
Patrick Boettcher 2019-03-20 16:28:06 +01:00
parent b05248426e
commit 0b1fb66b21

View File

@ -60,7 +60,7 @@ script:
- $CXX --version
# put json.hpp to nlohmann
- mkdir -p nlohmann && wget https://github.com/nlohmann/json/releases/download/v3.5.0/json.hpp -O nlohmann/json.hpp
- mkdir -p nlohmann && wget https://github.com/nlohmann/json/releases/download/v3.6.0/json.hpp -O nlohmann/json.hpp
# compile and execute unit tests
- mkdir -p build && cd build