Explorar o código

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.
Christopher Haster %!s(int64=6) %!d(string=hai) anos
pai
achega
25a843aab7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.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: