summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-19 00:09:49 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-19 21:00:19 +0000
commitc4a734e30462d59d7f9bfe4a865b33936907e0d5 (patch)
tree1066d8802a0889de0c0fd920e5b848968c386084 /.travis.yml
parent097f41f26467249a9b3016dde9151871ae0de501 (diff)
Remove apidsl from the build.
apidsl is in feature freeze. We can rely on the web service, instead.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 1123915a..d3c46d98 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,10 +13,7 @@ matrix:
13 compiler: clang 13 compiler: clang
14 addons: 14 addons:
15 apt: &apt-dependencies 15 apt: &apt-dependencies
16 sources:
17 - avsm
18 packages: 16 packages:
19 - aspcud # For Opam
20 - libconfig-dev # For tox-bootstrapd. 17 - libconfig-dev # For tox-bootstrapd.
21 - libcv-dev # For av_test. 18 - libcv-dev # For av_test.
22 - libhighgui-dev # For av_test. 19 - libhighgui-dev # For av_test.
@@ -25,7 +22,6 @@ matrix:
25 - libsndfile1-dev # For av_test. 22 - libsndfile1-dev # For av_test.
26 - libgtest-dev # For unit tests. 23 - libgtest-dev # For unit tests.
27 - libvpx-dev # For toxav. 24 - libvpx-dev # For toxav.
28 - opam # For apidsl and Frama-C.
29 - portaudio19-dev # For av_test. 25 - portaudio19-dev # For av_test.
30 - stage: "Stage 1" 26 - stage: "Stage 1"
31 if: type IN (push, api, cron) 27 if: type IN (push, api, cron)