.travis.yml: disable zzip on OS X to fix Travis-CI build failure
This commit is contained in:
parent
257a77fa35
commit
c065950ced
|
@ -135,7 +135,8 @@ jobs:
|
||||||
- chromaprint
|
- chromaprint
|
||||||
- libsamplerate
|
- libsamplerate
|
||||||
- libsoxr
|
- libsoxr
|
||||||
- libzzip
|
# libzzip appears to be broken on Homebrew: "ld: library not found for -lzzip"
|
||||||
|
#- libzzip
|
||||||
- flac
|
- flac
|
||||||
- opus
|
- opus
|
||||||
- libvorbis
|
- libvorbis
|
||||||
|
|
Loading…
Reference in New Issue