travis: skip static checker for ppc64

As we have already run it on x64.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
Peng Tao 2020-09-27 21:12:45 +08:00
parent 5611283ec5
commit e90e9a2c9b

View File

@ -56,6 +56,7 @@ jobs:
- name: ppc64le test
os: linux-ppc64le
install: skip
script: skip
allow_failures:
- name: ppc64le test
fast_finish: true