mirror of https://github.com/helm/helm
Merge pull request #1672 from adamreese/feat/travis-ci
feat(ci): add travis configurationpull/1676/head
commit
649396e8b0
@ -0,0 +1,12 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- '1.7.x'
|
||||||
|
|
||||||
|
go_import_path: k8s.io/helm
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- make bootstrap
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make test
|
Loading…
Reference in new issue