From 9d58c0c14f35dc1ee1360d0889649bdf90053e7d Mon Sep 17 00:00:00 2001 From: gnzlbg <gonzalobg88@gmail.com> Date: Fri, 5 Jul 2019 18:10:00 +0200 Subject: [PATCH] Allow PPC to fail - segfault --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3c9e0494..55ed1c51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -231,11 +231,11 @@ matrix: - mv ci/switch.json switch.json - cargo xbuild --target switch.json - allow_failures: - name: "Semver Linux" - name: "Semver MacOSX" - env: TARGET=wasm32-wasi + - env: TARGET=powerpc-unknown-linux-gnu install: travis_retry rustup target add $TARGET -- GitLab