github.com/canthefason/helm@v2.2.1-0.20170221172616-16b043b8d505+incompatible/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - '1.7.x'
     5  
     6  go_import_path: k8s.io/helm
     7  
     8  before_install:
     9    - make bootstrap
    10  
    11  script:
    12    - make test