Module: libav
Branch: release/11
Commit: b49520ee9d1c5f4d31a2fbaa932f6266306796df

Author:    Sean McGovern <[email protected]>
Committer: Sean McGovern <[email protected]>
Date:      Wed Apr 19 17:27:53 2017 -0400

Revert "travis: Add travis support for release/11"

This reverts commit 4d397f4bcca62d13b8b7b91ee912461c0335e3e4.

Wrong authorship.

Additionally, Travis fails to build due to missing bc(1).

---

 .travis.yml | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 6f9647a..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-language: c
-sudo: false
-os:
-  - linux
-  - osx
-addons:
-  apt:
-    packages:
-      - nasm
-      - diffutils
-compiler:
-  - clang
-  - gcc
-cache:
-  directories:
-    - libav-samples
-before_install:
-  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update --all; fi
-install:
-  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install nasm; fi
-script:
-  - mkdir -p libav-samples
-  - ./configure --samples=libav-samples --cc=$CC
-  - make -j 8
-  - make fate-rsync
-  - make check -j 8

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

Reply via email to