Browse Source

.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 <david@gibson.dropbear.id.au>
David Gibson 9 years ago
parent
commit
dddb2137ac
1 changed files with 0 additions and 8 deletions
  1. 0 8
      .travis.yml

+ 0 - 8
.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