youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 9a9de2d7b2462c9a16bac0ead3f415ef64179833
parent 424505df7668234333b823e8ea3d7f2621fec9ae
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 21 Oct 2017 01:32:01 +0700

[travis] Allow download tests to fail and fast finish

Diffstat:
M.travis.yml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -11,6 +11,10 @@ sudo: false env: - YTDL_TEST_SET=core - YTDL_TEST_SET=download +matrix: + fast_finish: true + allow_failures: + - env: YTDL_TEST_SET=download script: ./devscripts/run_tests.sh notifications: email: