WIP Changed littlefs-fuse target for testing

This commit is contained in:
Christopher Haster
2018-08-04 20:14:34 -05:00
parent 4f0d248e09
commit a64ff4fb95

View File

@@ -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: