Skip to content

Commit cd0f964

Browse files
committed
Add travis ci config.
1 parent a8f491c commit cd0f964

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: go
2+
go:
3+
- 1.6
4+
install:
5+
- mkdir -p $HOME/gopath/src/k8s.io
6+
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/node-problem-detector
7+
- cd $HOME/gopath/src/k8s.io/node-problem-detector
8+
script:
9+
- go test -v -race ./pkg/...
10+
- go build -race

0 commit comments

Comments
 (0)