1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00
Files
descheduler/.travis.yml
2018-05-22 14:50:20 +02:00

8 lines
88 B
YAML

language: go
go:
- 1.9.1
script:
- hack/verify-gofmt.sh
- make build
- make test-unit