diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-10-21 01:32:01 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-10-21 01:58:45 +0700 |
commit | 9a9de2d7b2462c9a16bac0ead3f415ef64179833 (patch) | |
tree | 9e1f6382830d9bdee52bdb7c23bafecff43318b6 | |
parent | 424505df7668234333b823e8ea3d7f2621fec9ae (diff) |
[travis] Allow download tests to fail and fast finish
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f41e11137..b655738ec 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: |