github.com/kubernetes/utils@v0.0.0-20190308190857-21c4ce38f2a7/.travis.yml (about)

     1  language: go
     2  dist: xenial
     3  go:
     4    - 1.9.x
     5    - 1.10.x
     6    - 1.11.x
     7  go_import_path: k8s.io/utils
     8  script:
     9    - make verify