mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 10:01:20 +02:00
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:
parent
2fc6bdac12
commit
c3fe975c1e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user