Skip to content

Commit

Permalink
Fix minikube not starting on Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
earlgreyz committed Apr 12, 2018
1 parent 0b5a8e2 commit 6855d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- .travis-scripts/install-minikube.sh

before_script:
- sudo minikube start --vm-driver=none --kubernetes-version=$K8S_VERSION
- sudo minikube start --vm-driver=none --bootstrapper=localkube --kubernetes-version=$K8S_VERSION

script:
- .travis-scripts/format.sh
Expand Down

0 comments on commit 6855d27

Please sign in to comment.