vendor: add buildkit

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2019-03-23 22:44:59 -07:00
parent 62faee5f07
commit 8b7c38e61a
364 changed files with 78556 additions and 1007 deletions

21
vendor/github.com/tonistiigi/fsutil/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,21 @@
dist: trusty
sudo: required
services:
- docker
language: go
go:
- "1.11.x"
install:
- export GO111MODULE=on
script:
- go build ./...
- go test -c -o test ./
- sudo ./test -test.v
- go test -c -o test ./copy
- sudo ./test -test.v