]> git.ozlabs.org Git - ccan/commit
.travis.yml: Remove external libraries
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 21 Nov 2016 12:35:22 +0000 (23:35 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 21 Nov 2016 12:35:22 +0000 (23:35 +1100)
commitdddb2137acd00eac7ab37b09eae0638fffa05f88
tree3f3463cf8a858fc17604d142bbeb7c5981300e0e
parent61f58ff94e35c9b8ac5488554e2554bc5c9888b3
.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>
.travis.yml