Update k8s client and the dependencies ACI client change for Mocking Add ACI Provider Mock Tests Add the Windows development environment Add UT for Default Resource Requests Enable the make test in Docker file Update the vendors
16 lines
201 B
YAML
16 lines
201 B
YAML
language: go
|
|
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- tip
|
|
|
|
script:
|
|
- ./.travis.gogenerate.sh
|
|
- ./.travis.gofmt.sh
|
|
- ./.travis.govet.sh
|
|
- go test -v -race $(go list ./... | grep -v vendor)
|