aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-10-21 01:32:01 +0700
committerSergey M․ <dstftw@gmail.com>2017-10-21 01:58:45 +0700
commit9a9de2d7b2462c9a16bac0ead3f415ef64179833 (patch)
tree9e1f6382830d9bdee52bdb7c23bafecff43318b6 /.travis.yml
parent424505df7668234333b823e8ea3d7f2621fec9ae (diff)
downloadyoutube-dl-9a9de2d7b2462c9a16bac0ead3f415ef64179833.zip
youtube-dl-9a9de2d7b2462c9a16bac0ead3f415ef64179833.tar.gz
youtube-dl-9a9de2d7b2462c9a16bac0ead3f415ef64179833.tar.bz2
[travis] Allow download tests to fail and fast finish
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f41e111..b655738 100644
--- 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: