From e345cee32f1fa37f5e6aa2ac36b5126f824314e4 Mon Sep 17 00:00:00 2001 From: redsky17 Date: Sun, 24 Feb 2019 16:50:49 -0500 Subject: Switch CI builds to use bundled JSON Apparently the nlohmann library is not available in the standard repositories. I would rather build it than add universe deps. --- .ci/install.sh | 1 - 1 file changed, 1 deletion(-) (limited to '.ci') diff --git a/.ci/install.sh b/.ci/install.sh index 426f4c9c..62af2569 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -45,5 +45,4 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then libqt5svg5-dev \ qtmultimedia5-dev \ liblmdb-dev \ - nlohmann-json-dev fi -- cgit 1.4.1