mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 14:41:10 +01:00
Refactoring test by make it table driven and adding golangci-lint to the CI pipeline
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,7 +1,11 @@
|
||||
sudo: false
|
||||
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.9.1
|
||||
- "1.10"
|
||||
|
||||
script:
|
||||
- hack/verify-gofmt.sh
|
||||
- make build
|
||||
- make test-unit
|
||||
- make lint
|
||||
- make build
|
||||
- make test-unit
|
||||
|
||||
Reference in New Issue
Block a user