Skip to content

Commit 43acedc

Browse files
committed
fix travis, now needs 3.8.0-json
1 parent 8a30b6b commit 43acedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ script:
6060
- $CXX --version
6161

6262
# 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
63+
- mkdir -p nlohmann && wget https://github.com/nlohmann/json/releases/download/v3.8.0/json.hpp -O nlohmann/json.hpp
6464

6565
# compile and execute unit tests
6666
- mkdir -p build && cd build

0 commit comments

Comments
 (0)