It glitches with the stale travis linux target.
---

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8e9629a..f7dab48 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ install:
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install yasm; fi
 script:
   - mkdir -p libav-samples
-  - ./configure --samples=libav-samples --cc=$CC
+  - ./configure --samples=libav-samples --cc=$CC --ignore-tests=filter-fade
   - make -j 8
   - make fate-rsync
   - make check -j 8
--
2.9.2

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to