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

feat(ci): add travis configuration
pull/1676/head
Adam Reese 8 years ago committed by GitHub
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…
Cancel
Save