Merge pull request #1672 from adamreese/feat/travis-ci

feat(ci): add travis configuration
This commit is contained in:
Adam Reese
2016-12-13 09:56:46 -08:00
committed by GitHub

12
.travis.yml Normal file
View File

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