From ed75dfdec4e0dc93d65191fabfceddf33b66da3f Mon Sep 17 00:00:00 2001 From: David Brown Date: Mon, 13 Sep 2021 12:38:10 -0600 Subject: [PATCH] ci: Disable travis test until they can be fixed The Travis tests build MCUboot against a specific version of TF-M, which it no longer works with. Newer versions of TF-M seem to not support the mps2/an521 target that the tests don't build that way either. Until these tests can be fixed, just disable all of them. Future possibilities include fixing the issues between TF-M and MCUboot, or making these tests able to run within Zephyr. Signed-off-by: David Brown --- .travis.yml => .travis.yml-disabled | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .travis.yml => .travis.yml-disabled (100%) diff --git a/.travis.yml b/.travis.yml-disabled similarity index 100% rename from .travis.yml rename to .travis.yml-disabled