From 25a843aab739c88fe773139e11bc4de5ee2c6b79 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Fri, 12 Apr 2019 15:13:00 -0500 Subject: [PATCH] Fixed .travis.yml to use explicit branch names for migration testing This lets us actually update the littlefs-fuse repo instead of being bound to master for v1. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a69ecea..1a45b96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -139,7 +139,7 @@ jobs: install: - sudo apt-get install libfuse-dev - git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2-alpha v2 - - git clone --depth 1 https://github.com/geky/littlefs-fuse v1 + - git clone --depth 1 https://github.com/geky/littlefs-fuse -b v1 v1 - fusermount -V - gcc --version before_script: