Remove libvirt dependency from travis build

pull/1343/head
Matt Rickard 2017-04-07 14:18:40 -07:00
parent 577fe8f01e
commit 86bc160801
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ go:
go_import_path: k8s.io/minikube
install:
- sudo apt-get -qqy install libvirt-dev
- echo "Don't run anything."
script:
- make test
after_success: