[FFmpeg-cvslog] Remove .travis.yml

Martin Storsjö git at videolan.org
Wed Apr 24 00:03:44 EEST 2024


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Apr 17 14:45:23 2024 +0300| [cdf71f789b2f94877983f2f2e586e099a7f0e586] | committer: Martin Storsjö

Remove .travis.yml

Travis is no longer relevant for attempting to run CI jobs in our
setup.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cdf71f789b2f94877983f2f2e586e099a7f0e586
---

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

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



More information about the ffmpeg-cvslog mailing list