summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-03 16:13:22 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-06 20:21:27 +0000
commit835b9fbdc933878a744cd6ba1c77942610f4fe06 (patch)
treeda7286c8a8f00106eb92bf53701c8711b20612ff /.travis.yml
parentfeaefbcbb3ab5bd3fe7dc963d6f963669673fadc (diff)
Improve stability of crypto_memcmp test.
Also reduce number of people in conference to 5, because on Circle CI the test times out trying to connect more than 6 or 7 people. The persistent conferences PR will improve this so we can set it much higher then.
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 48f5ce3a..1b1a1606 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,7 @@ matrix:
24 - libopencv-contrib-dev # For av_test. 24 - libopencv-contrib-dev # For av_test.
25 - libopus-dev # For toxav. 25 - libopus-dev # For toxav.
26 - libsndfile1-dev # For av_test. 26 - libsndfile1-dev # For av_test.
27 - libgtest-dev # For unit tests.
27 - libvpx-dev # For toxav. 28 - libvpx-dev # For toxav.
28 - opam # For apidsl and Frama-C. 29 - opam # For apidsl and Frama-C.
29 - portaudio19-dev # For av_test. 30 - portaudio19-dev # For av_test.