youtube-dl

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

commit 9d865a1af6a509fc8546a049d996b7a7d28313cf
parent 41aa44259d3a0791b1a023a18c9a933f71e04c50
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Wed, 13 Jul 2016 14:27:14 +0800

[travis] Skip downloading srelay

SOCKS tests never run on Travis CI due to unknown reasons, and
downloading them broke some tests (e.g.
https://travis-ci.org/rg3/youtube-dl/builds/144306425)

Diffstat:
M.travis.yml | 3---
Ddevscripts/install_srelay.sh | 8--------
2 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -7,9 +7,6 @@ python: - "3.4" - "3.5" sudo: false -install: - - bash ./devscripts/install_srelay.sh - - export PATH=$PATH:$(pwd)/tmp/srelay-0.4.8b6 script: nosetests test --verbose notifications: email: diff --git a/devscripts/install_srelay.sh b/devscripts/install_srelay.sh @@ -1,8 +0,0 @@ -#!/bin/bash - -mkdir -p tmp && cd tmp -wget -N http://downloads.sourceforge.net/project/socks-relay/socks-relay/srelay-0.4.8/srelay-0.4.8b6.tar.gz -tar zxvf srelay-0.4.8b6.tar.gz -cd srelay-0.4.8b6 -./configure -make