Commit dddb2137 authored by David Gibson's avatar David Gibson

.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: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 61f58ff9
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment