Merge pull request #1343 from r2d4/travi

Remove libvirt dependency from travis build
pull/1347/head
Matt Rickard 2017-04-07 15:01:53 -07:00 committed by GitHub
commit ae98df25bf
1 changed files with 1 additions and 1 deletions

View File

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