.travis.yml 180 字节
Newer Older
D
Dan Lorenc 已提交
1 2
language: go
go:
D
Dan Lorenc 已提交
3
  - 1.7.1
J
Jimmi Dyson 已提交
4
go_import_path: k8s.io/minikube
D
Dan Lorenc 已提交
5
install:
6 7 8 9 10
  - echo "Don't run anything."
script:
  - make test
after_success:
  - bash <(curl -s https://codecov.io/bash)