mirror of
https://github.com/helm/helm.git
synced 2026-08-09 01:21:20 +00:00
Merge pull request #1672 from adamreese/feat/travis-ci
feat(ci): add travis configuration
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- '1.7.x'
|
||||
|
||||
go_import_path: k8s.io/helm
|
||||
|
||||
before_install:
|
||||
- make bootstrap
|
||||
|
||||
script:
|
||||
- make test
|
||||
Reference in New Issue
Block a user