ci: publish udp port 53

pull/11/head
Sameer Naik 2015-05-04 18:26:52 +05:30
parent 23b6b169d8
commit 54289b343a
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ dependencies:
- docker build -t sameersbn/bind .
test:
override:
- docker run -d -p 53:53 sameersbn/bind; sleep 10
- docker run -d -p 53:53/udp sameersbn/bind; sleep 10
- host www.google.com 127.0.0.1