From ceeecf9c66e7200c9d1ba4b9e27df1cdb39128d0 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Sun, 27 Sep 2020 21:12:45 +0800 Subject: [PATCH] travis: skip static checker for ppc64 As we have already run it on x64. Signed-off-by: Peng Tao --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6d5ca171c7..247421c730 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,7 @@ jobs: - name: ppc64le test os: linux-ppc64le install: skip + script: skip allow_failures: - name: ppc64le test fast_finish: true