enable travis

This commit is contained in:
Daniel Smith
2017-02-01 16:50:21 -08:00
parent b7db396afa
commit a7f2cee95d

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: go
go_import_path: k8s.io/client-go
go:
- 1.7.4
script: go build ./...