fix travis, now needs 3.8.0-json

This commit is contained in:
Patrick Boettcher 2020-07-13 11:25:54 +02:00
parent 8a30b6b483
commit 43acedcf7e

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.6.0/json.hpp -O nlohmann/json.hpp
- mkdir -p nlohmann && wget https://github.com/nlohmann/json/releases/download/v3.8.0/json.hpp -O nlohmann/json.hpp
# compile and execute unit tests
- mkdir -p build && cd build