summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-22 02:07:56 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-22 11:22:06 +0000
commitb0047368303b648bf0abccdf14d603dbf7564443 (patch)
tree3a8f97af515b063ade7aaed74c23bb65c5858b06 /.travis.yml
parentf148d5bd0ab39d0dab4a35b831e70fdb3dfe8e4d (diff)
Install libsodium from apt instead of from source.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index de83351f..f8cf6c45 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,7 @@ jobs:
19 packages: 19 packages:
20 - libconfig-dev # For tox-bootstrapd. 20 - libconfig-dev # For tox-bootstrapd.
21 - libopus-dev # For toxav. 21 - libopus-dev # For toxav.
22 - libsodium-dev # For toxcore.
22 - libgtest-dev # For unit tests. 23 - libgtest-dev # For unit tests.
23 - libvpx-dev # For toxav. 24 - libvpx-dev # For toxav.
24 - ninja-build 25 - ninja-build