1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00
Files
descheduler/.travis.yml
ravisantoshgudimetla de76f9b14c E2E using gce first pass
2018-03-19 11:34:17 -04:00

8 lines
88 B
YAML

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