Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #335 from nolar/fix-conntrack-in-cicd
Browse files Browse the repository at this point in the history
Install conntrack to pass CI/CD with K8s 1.18
  • Loading branch information
nolar authored Mar 26, 2020
2 parents a2c2ffb + f339fa9 commit fedb1cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ matrix:
allow_failures:
- python: "3.9-dev"

before_install:
- sudo apt-get update -y
- sudo apt-get install -y conntrack # see #334

before_script:
- tools/minikube-for-travis.sh
- tools/kubernetes-client.sh
Expand Down

0 comments on commit fedb1cd

Please sign in to comment.