youtube-dl

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

commit 4b618047cee2250f141fb58dbfbc20be892c8035
parent 2c6945be30511f633b3544838692894802e8c9bd
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 11 Dec 2012 18:52:50 +0100

Speed up testing (<10s instead of 25s)

Diffstat:
M.travis.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -3,10 +3,11 @@ python: - "2.6" - "2.7" # - "3.3" -script: nosetests test --verbose +script: nosetests test --verbose --processes 4 notifications: email: - filippo.valsorda@gmail.com + - phihag@phihag.de irc: channels: - "irc.freenode.org#youtube-dl"