From 9d865a1af6a509fc8546a049d996b7a7d28313cf Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Wed, 13 Jul 2016 14:27:14 +0800 Subject: [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) --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 136c339..c74c9cc 100644 --- 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: -- cgit v1.1