From e5f3b6d3dd49cdc89e76a9d3a0213ce365216e5b Mon Sep 17 00:00:00 2001 From: bin liu Date: Wed, 16 Sep 2020 18:22:05 +0800 Subject: [PATCH] ci: clear travis config warnings Fixes: #2957 Signed-off-by: bin liu --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 36d79fbbab..9d77c5f704 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ # SPDX-License-Identifier: Apache-2.0 # -sudo: required dist: xenial language: go @@ -16,7 +15,7 @@ os: - linux - linux-ppc64le -matrix: +jobs: allow_failures: - os: linux-ppc64le