We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ce256 commit 0e14f3bCopy full SHA for 0e14f3b
.travis.yml
@@ -11,6 +11,7 @@ before_install:
11
- sudo apt-get update -qq
12
- sudo apt-get install -qq build-essential dnsutils iproute nginx bc
13
- sudo dd if=/dev/urandom of=/usr/share/nginx/www/file bs=1M count=10
14
+ - sudo sh -c "echo '127.0.0.1 localhost' > /etc/hosts"
15
- sudo service nginx restart
16
- pip install pep8 pyflakes nose coverage
17
- sudo tests/socksify/install.sh
0 commit comments