From 43acedcf7ec8e93803787f737cc45bbf94cd7d92 Mon Sep 17 00:00:00 2001 From: Patrick Boettcher
Date: Mon, 13 Jul 2020 11:25:54 +0200 Subject: [PATCH] fix travis, now needs 3.8.0-json --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 11dd4c2..7f103f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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