From f35fb8c14866a4a4677756f6dbeca78f8a9b4001 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Tue, 16 Apr 2019 18:29:44 -0500 Subject: [PATCH] Fixed migration test condition for prefix branches Both the littlefs-fuse and littlefs-migration test jobs depend on the external littlefs-fuse repo. But unfortunately, the automatic patching to update the external repo with the version under test does not work with the prefix branches. In this case we can just skip these tests, they've already been tested multiple times to get to this point. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1a45b96..af7089f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -136,6 +136,7 @@ jobs: env: - STAGE=test - NAME=littlefs-migration + if: branch !~ -prefix$ install: - sudo apt-get install libfuse-dev - git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2-alpha v2