mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-05-06 01:07:07 +00:00
11 lines
247 B
YAML
11 lines
247 B
YAML
language: go
|
|
go:
|
|
- 1.6
|
|
install:
|
|
- mkdir -p $HOME/gopath/src/k8s.io
|
|
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/node-problem-detector
|
|
- cd $HOME/gopath/src/k8s.io/node-problem-detector
|
|
script:
|
|
- go test -v -race ./pkg/...
|
|
- go build -race
|