X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.travis.yml;h=5f4f3922b915deae5f80320aab1b61c1bbeed014;hb=f7a5038305682a2f41ca08addc338198c3c2e27b;hp=8ba93ec02e460ca30269a9bda05e1461c6d53169;hpb=1e2c3f61fc952620a52a8a3a79bcd1a6f7d8ecae;p=youtube-dl diff --git a/.travis.yml b/.travis.yml index 8ba93ec02..5f4f3922b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,14 +11,12 @@ sudo: false env: - YTDL_TEST_SET=core - YTDL_TEST_SET=download -before_script: - - chmod +x ./devscripts/run_tests.sh +matrix: + fast_finish: true + allow_failures: + - env: YTDL_TEST_SET=download script: ./devscripts/run_tests.sh notifications: email: - filippo.valsorda@gmail.com - yasoob.khld@gmail.com -# irc: -# channels: -# - "irc.freenode.org#youtube-dl" -# skip_join: true