mirror of https://github.com/helm/helm
parent
1cff534a6d
commit
ad63bb92ae
@ -0,0 +1,14 @@
|
|||||||
|
sudo: true
|
||||||
|
|
||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.4
|
||||||
|
|
||||||
|
install:
|
||||||
|
- sudo pip install jinja2
|
||||||
|
- sudo pip install pyyaml
|
||||||
|
- sudo pip install jsonschema
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make test
|
Loading…
Reference in new issue