From 3186e89b14acdbd162911bc6af89ab94489a2a0a Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Sat, 4 Aug 2018 20:14:34 -0500 Subject: [PATCH] Changed littlefs-fuse target for testing purposes This is a downside caused by relying on and external repo for testing, but also storing the CI configuration inside this repo. Fortunately we can use a temporary v2-alpha branch in the FUSE repo mirroring the v2-alpha branch for testing. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3d18aa..b2caee8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,7 +103,7 @@ jobs: - NAME=littlefs-fuse install: - sudo apt-get install libfuse-dev - - git clone --depth 1 https://github.com/geky/littlefs-fuse + - git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2-alpha - fusermount -V - gcc --version before_script: