feat(ci): add travis configuration

pull/1672/head
Adam Reese 8 years ago
parent f5778539b0
commit bbe55f49fa

@ -0,0 +1,12 @@
language: go
go:
- '1.7.x'
go_import_path: k8s.io/helm
before_install:
- make bootstrap
script:
- make test
Loading…
Cancel
Save