From dddb2137acd00eac7ab37b09eae0638fffa05f88 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Mon, 21 Nov 2016 23:35:22 +1100 Subject: [PATCH] .travis.yml: Remove external libraries The new makefile excludes all modules with external library dependencies from the usual make check, meaning the libraries are not needed for the Travis build. Although it would be nice to include these modules, there are a bunch of problems with sorting out a correct environment for them. For now, just leave them out. Signed-off-by: David Gibson --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index d7b4318d..34319bcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,14 +5,6 @@ compiler: - gcc - clang -addons: - apt: - packages: - - libjudy-dev - - libvorbis-dev - - libportaudio-dev - - libtalloc-dev - script: - make -j2 -k quiet=1 - make -k check quiet=1 -- 2.39.2