Skip to content

Commit 0e14f3b

Browse files
committed
fix travis
1 parent 42ce256 commit 0e14f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ before_install:
1111
- sudo apt-get update -qq
1212
- sudo apt-get install -qq build-essential dnsutils iproute nginx bc
1313
- 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"
1415
- sudo service nginx restart
1516
- pip install pep8 pyflakes nose coverage
1617
- sudo tests/socksify/install.sh

0 commit comments

Comments
 (0)