Install atftp so that the tftp interop test isn't skipped.

This commit is contained in:
David Anderson 2016-03-24 13:22:53 -07:00
parent 0900f7157c
commit 247c54b082

View File

@ -6,6 +6,10 @@ go:
- tip
os:
- linux
addons:
apt:
packages:
- atftp
install:
- go get github.com/golang/lint/golint
before_script: