diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-07-13 14:27:14 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-07-13 14:27:14 +0800 |
commit | 9d865a1af6a509fc8546a049d996b7a7d28313cf (patch) | |
tree | a1a928a1db109cf1539aa2c2d53338bff429bb27 /.travis.yml | |
parent | 41aa44259d3a0791b1a023a18c9a933f71e04c50 (diff) |
[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 (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 136c339f0..c74c9cc12 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: |