mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 18:11:21 +02:00
Install atftp so that the tftp interop test isn't skipped.
This commit is contained in:
parent
0900f7157c
commit
247c54b082
@ -6,6 +6,10 @@ go:
|
|||||||
- tip
|
- tip
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- atftp
|
||||||
install:
|
install:
|
||||||
- go get github.com/golang/lint/golint
|
- go get github.com/golang/lint/golint
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user