From b0047368303b648bf0abccdf14d603dbf7564443 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 22 Mar 2020 02:07:56 +0000 Subject: Install libsodium from apt instead of from source. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index de83351f..f8cf6c45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ jobs: packages: - libconfig-dev # For tox-bootstrapd. - libopus-dev # For toxav. + - libsodium-dev # For toxcore. - libgtest-dev # For unit tests. - libvpx-dev # For toxav. - ninja-build -- cgit v1.2.3