From 8005581a24188792c77674d8febaa7f1f9081ef6 Mon Sep 17 00:00:00 2001 From: Jan Vonka Date: Fri, 25 Feb 2022 15:48:08 +0000 Subject: [PATCH] ATS-812: FFmpeg PoC (skeleton) - update FFmpeg Travis job (to match others) --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f18d59b3..faf11011 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,8 +48,6 @@ jobs: # TODO PoC for Video/Audio transforms (using FFmpeg) - name: "Transform Video/Audio (FFmpeg)" - stage: build and test - if: branch NOT IN (company_release) before_script: travis_wait bash _ci/cache_artifacts.sh install: _ci/build.sh ffmpeg script: bash _ci/test.sh ffmpeg