summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorredsky17 <rubberduckie3554@gmail.com>2019-02-24 16:50:49 -0500
committerredsky17 <rubberduckie3554@gmail.com>2019-02-24 16:50:55 -0500
commite345cee32f1fa37f5e6aa2ac36b5126f824314e4 (patch)
treeca378532b813a54bb8a8d01b14d4db687fbb566c /.ci
parentee12e0193990ff70f35b6aedcb2418756c5a60a8 (diff)
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.
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/install.sh1
1 files changed, 0 insertions, 1 deletions
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