From 2ad435ed6309096979d6f90aa762632d23202a42 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Sat, 20 Jan 2018 19:08:20 -0600 Subject: [PATCH] Added files test to littlefs-fuse tests in Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c17af8b..eb904c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ script: - cp -r $(git ls-tree --name-only HEAD) mount/littlefs - cd mount/littlefs - ls - - make -B test_dirs QUIET=1 + - make -B test_dirs test_files QUIET=1 before_install: - fusermount -V