From 0b1fb66b217fed16c5b7081ac47ca5bf1495b0b1 Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Wed, 20 Mar 2019 16:28:06 +0100 Subject: [PATCH] travis: use JSON 3.6.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index edb2981..9bd8a92 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.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