add sudo to travis

This commit is contained in:
Sergey Dudoladov 2019-04-26 11:22:55 +02:00
parent 1ae51f9fa2
commit eafd30284b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ before_install:
- go get github.com/Masterminds/glide
- go get github.com/mattn/goveralls
- go get sigs.k8s.io/kind
- apt-get install -y python3 python3-pip
- sudo apt-get install -y python3 python3-pip
install:
- make deps