We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a30b6b commit 43acedcCopy full SHA for 43acedc
.travis.yml
@@ -60,7 +60,7 @@ script:
60
- $CXX --version
61
62
# put json.hpp to nlohmann
63
- - 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
64
65
# compile and execute unit tests
66
- mkdir -p build && cd build
0 commit comments