From 247c54b08232d5cc6a4d83ecac5c64a70fe530ac Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 24 Mar 2016 13:22:53 -0700 Subject: [PATCH] Install atftp so that the tftp interop test isn't skipped. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c404f5a..85dc287 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ go: - tip os: - linux +addons: + apt: + packages: + - atftp install: - go get github.com/golang/lint/golint before_script: