Skip to content

Commit ac7389d

Browse files
committed
.travis.yml: exclude ppp from no-RTOS test
1 parent 8a57df0 commit ac7389d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ matrix:
247247
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
248248
- |
249249
rm -r rtos/source/TARGET_CORTEX drivers/source/usb features/cellular features/netsocket features/nanostack \
250-
features/lwipstack features/frameworks/greentea-client \
250+
connectivity/libraries/ppp features/lwipstack features/frameworks/greentea-client \
251251
features/frameworks/utest features/frameworks/unity components BUILD
252252
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
253253
# Run local equeue tests

0 commit comments

Comments
 (0)