Merge pull request #87 from lavalamp/master

enable travis
This commit is contained in:
Daniel Smith
2017-02-01 17:01:48 -08:00
committed by GitHub

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 ./...