From: David Gibson Date: Mon, 21 Nov 2016 12:35:22 +0000 (+1100) Subject: .travis.yml: Remove external libraries X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=dddb2137acd00eac7ab37b09eae0638fffa05f88 .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 --- 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