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.
This commit is contained in:
David Anderson 2016-08-14 18:33:20 -07:00
parent 2fc6bdac12
commit c3fe975c1e

View File

@ -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