From 49b388f5cc8d76b596925dafa92147560edb5679 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Fri, 24 Jan 2020 14:00:57 +0100 Subject: [PATCH] Remove docs build from travis It is failing with python 3 and we have another more complete build to test this in Jenkins. --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 170c148f16ec..e7af7d183dd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -170,12 +170,6 @@ jobs: go: $TRAVIS_GO_VERSION stage: test - # Docs - - os: linux - env: TARGETS="docs" - go: $TRAVIS_GO_VERSION - stage: test - # Kubernetes - os: linux install: deploy/kubernetes/.travis/setup.sh