Skip to content

Commit 3186e89

Browse files
committed
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.
1 parent dbcbe4e commit 3186e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- NAME=littlefs-fuse
104104
install:
105105
- sudo apt-get install libfuse-dev
106-
- git clone --depth 1 https://github.com/geky/littlefs-fuse
106+
- git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2-alpha
107107
- fusermount -V
108108
- gcc --version
109109
before_script:

0 commit comments

Comments
 (0)