Browse Source

[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)
totalwebcasting
Yen Chi Hsuan 8 years ago
parent
commit
9d865a1af6
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
2 changed files with 0 additions and 11 deletions
  1. +0
    -3
      .travis.yml
  2. +0
    -8
      devscripts/install_srelay.sh

+ 0
- 3
.travis.yml View File

@ -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:


+ 0
- 8
devscripts/install_srelay.sh View File

@ -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

Loading…
Cancel
Save