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/vendor/github.com/sirupsen/logrus/.travis.yml

15 lines
239 B

language: go
5 years ago
go_import_path: github.com/sirupsen/logrus
git:
depth: 1
env:
5 years ago
- GO111MODULE=on
go: 1.15.x
os: linux
5 years ago
install:
5 years ago
- ./travis/install.sh
5 years ago
script:
- go run mage.go -v crossBuild
- go run mage.go lint
- go run mage.go test