github.com/sgoings/helm@v2.0.0-alpha.2.0.20170406211108-734e92851ac3+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