Files
buildx/vendor/github.com/tonistiigi/fsutil/.travis.yml
Tonis Tiigi 8b7c38e61a vendor: add buildkit
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-03-23 23:11:26 -07:00

22 lines
245 B
YAML

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