summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-02 20:51:25 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-02 21:07:55 +0000
commit28baf9632f545b6c85235ddbb982369d9a4207ca (patch)
treef0d8c00103b9e542c084f00721c12610e98d2ce7 /.travis.yml
parent2dc639a8a4ef0f3c4fc9d4b7c4ebdc79d2d7f702 (diff)
Remove testing/av_test.c.
It's a maintenance burden. Nobody uses this. It depends on an ancient version of opencv that less and less systems actually have.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 9bc8ad7f..1328e488 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,14 +16,9 @@ matrix:
16 apt: 16 apt:
17 packages: 17 packages:
18 - libconfig-dev # For tox-bootstrapd. 18 - libconfig-dev # For tox-bootstrapd.
19 - libcv-dev # For av_test.
20 - libhighgui-dev # For av_test.
21 - libopencv-contrib-dev # For av_test.
22 - libopus-dev # For toxav. 19 - libopus-dev # For toxav.
23 - libsndfile1-dev # For av_test.
24 - libgtest-dev # For unit tests. 20 - libgtest-dev # For unit tests.
25 - libvpx-dev # For toxav. 21 - libvpx-dev # For toxav.
26 - portaudio19-dev # For av_test.
27 - pylint 22 - pylint
28 install: .travis/$JOB install 23 install: .travis/$JOB install
29 script: .travis/$JOB script 24 script: .travis/$JOB script
@@ -42,12 +37,6 @@ matrix:
42 - stage: "Stage 1" 37 - stage: "Stage 1"
43 env: JOB=bazel-linux 38 env: JOB=bazel-linux
44 compiler: clang 39 compiler: clang
45 addons:
46 apt:
47 packages:
48 - libcv-dev # For av_test.
49 - libhighgui-dev # For av_test.
50 - libopencv-contrib-dev # For av_test.
51 before_install: 40 before_install:
52 # Clear bazel installation. 41 # Clear bazel installation.
53 - rm -rf $HOME/.cache/bazel/_bazel_$USER/install 42 - rm -rf $HOME/.cache/bazel/_bazel_$USER/install