From 68cf94b10ed46355c69b5a94fd173d54dbad55e9 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Fri, 11 Jul 2014 17:41:22 +0800 Subject: [PATCH] add dnsutils for tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6543a4e..24e1d8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ cache: - dante-1.4.0 before_install: - sudo apt-get update -qq - - sudo apt-get install -qq build-essential libssl-dev swig python-m2crypto python-numpy + - sudo apt-get install -qq build-essential libssl-dev swig python-m2crypto python-numpy dnsutils - pip install m2crypto salsa20 - sudo tests/socksify/install.sh script: