Disable atftp install temporarily.

Installing atftp requires sudo, which forces the use of VMs. I suspect
this is breaking packagecloud deploys somehow.
This commit is contained in:
David Anderson 2017-01-31 15:06:10 -08:00
parent ba5b64bcf2
commit cc7e580a12

View File

@ -6,9 +6,9 @@ go:
- tip - tip
os: os:
- linux - linux
before_install: # before_install:
- sudo apt-get -qq update # - sudo apt-get -qq update
- sudo apt-get install -y atftp # - sudo apt-get install -y atftp
install: install:
- go get github.com/Masterminds/glide - go get github.com/Masterminds/glide
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint