From c3fe975c1ec20893e754bcba4ef13d0f2b61a696 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 14 Aug 2016 18:33:20 -0700 Subject: [PATCH] Switch .travis.yml to using Travis's VM infrastructure. My request to whitelist the install of atftp seems to be lost in issue tracker limbo, as are all other whitelisting requests for the last few months. --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b5ffd0a..ebabf11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,9 @@ go: - tip os: - linux -addons: - apt: - packages: - - atftp +before_install: + - sudo apt-get -qq update + - sudo apt-get install -y atftp install: - go get github.com/Masterminds/glide - go get github.com/golang/lint/golint