Getting minikube to start on Windows worker

I am currently stuck in getting minikuke to run on Windows as it seems the only way for it to work on Travis CI is to use --vm-driver=none (https://blog.travis-ci.com/2017-10-26-running-kubernetes-on-travis-ci-with-minikube). This works on Linux up until version 0.28.2 (they removed localkube support after that).

However, this value is not supported at all on Windows (see https://github.com/kubernetes/minikube/issues/2727#issuecomment-399419554).

Is there a solution for this?