From 77095f569aa0f4e4958b6ad7fcfdd7239cd0b90c Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Tue, 22 Aug 2017 16:58:50 +0000 Subject: [PATCH] Fix node e2e test. Signed-off-by: Lantao Liu --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5be98101c..cc91daec9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,11 +47,11 @@ jobs: go: 1.8.x - stage: E2E Test script: - - test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0 + - test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0 || true - make install.deps - make test-e2e-node after_script: # TODO(random-liu): Upload log to GCS. - - test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0 + - test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0 || true - cat /tmp/test-e2e-node/cri-containerd.log go: 1.8.x