minikube/.travis.yml

16 lines
229 B
YAML
Raw Normal View History

2016-04-25 17:14:31 +00:00
language: go
os: linux
sudo: required
2016-04-25 17:14:31 +00:00
go:
- 1.x
2019-05-14 16:15:28 +00:00
before_install:
- sudo apt-get install -y libvirt-dev
2016-04-25 17:14:31 +00:00
install:
- echo "Don't run anything."
script:
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)