run e2e tests in Travis

This commit is contained in:
Sergey Dudoladov 2019-04-26 11:12:51 +02:00
parent 84715901e6
commit 78d2b9ce97
1 changed files with 4 additions and 0 deletions

View File

@ -13,10 +13,14 @@ go:
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
install:
- make deps
- pip3 install -r requirements.txt
script:
- hack/verify-codegen.sh
- make e2e
- travis_wait 20 goveralls -service=travis-ci -package ./pkg/... -v