Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
k3d/.travis.yml

22 lines
275 B

dist: xenial
language: go
env:
- GO111MODULE=on
go:
- 1.12.x
- master
git:
depth: 1
install: true
before_script:
- go install github.com/golangci/golangci-lint/cmd/golangci-lint
- go install github.com/mitchellh/gox
script:
- make fmt check build-cross