youtube-dl

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

commit f3a65d9636908ee49ff3d50c24efb8067caa32c6
parent 559f4c550f215a657ce386cab572bfc212128595
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue, 18 Aug 2015 21:10:52 +0600

[travis] Move to new infrastructure

We don't use rtmpdump in tests anyway

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

diff --git a/.travis.yml b/.travis.yml @@ -5,9 +5,7 @@ python: - "3.2" - "3.3" - "3.4" -before_install: - - sudo apt-get update -qq - - sudo apt-get install -yqq rtmpdump +sudo: false script: nosetests test --verbose notifications: email: