Skip to content

Commit 783bc84

Browse files
committed
Adopted travis changes from littlefs v1.6
1 parent 51123b2 commit 783bc84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ matrix:
200200
- fusermount --version
201201
before_script:
202202
# Setup and patch littlefs-fuse
203-
- git clone https://github.com/geky/littlefs-fuse littlefs_fuse
203+
- git clone https://github.com/armmbed/littlefs-fuse littlefs_fuse
204204
- git -C littlefs_fuse checkout 3f1ed6e37799e49e3710830dc6abb926d5503cf2
205205
- echo '*' > littlefs_fuse/.mbedignore
206206
- rm -rf littlefs_fuse/littlefs/*
@@ -238,7 +238,7 @@ matrix:
238238
- make clean size
239239
CC='arm-none-eabi-gcc -mthumb'
240240
OBJ="$(ls lfs*.o | tr '\n' ' ')"
241-
CFLAGS+="-DLFS_NO{ASSERT,DEBUG,WARN,ERROR}"
241+
CFLAGS+="-DLFS_NO_ASSERT -DLFS_NO_DEBUG -DLFS_NO_WARN -DLFS_NO_ERROR"
242242
| tee sizes
243243
after_success:
244244
# update status if we succeeded, compare with master if possible

0 commit comments

Comments
 (0)