From e82ec3159b383ee0c3232aaa0592a16f5d60ef09 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Wed, 6 Dec 2017 03:53:38 +0000 Subject: [PATCH] Remove travis deploy. Signed-off-by: Lantao Liu --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2aefca1b9..04d75fe95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,10 +75,3 @@ jobs: - make install.deps - UPLOAD_LOG=true make test-e2e-node go: 1.9.x - - stage: Deploy - script: - - test "${TRAVIS_PULL_REQUEST}" != "false" && exit 0 || true - - make push - # Build a tarball including CNI. - - PUSH_VERSION=true make push TARBALL_PREFIX=cri-containerd-cni INCLUDE_CNI=true - go: 1.9.x