Skip to content

Commit d1882e4

Browse files
committed
Fixed travis-ci/events
1 parent ebf5d27 commit d1882e4

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
@@ -253,7 +253,7 @@ matrix:
253253
# Check that example compiles without rtos
254254
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
255255
- |
256-
rm -r rtos drivers/source/usb features/cellular features/netsocket features/nanostack \
256+
rm -r rtos/source/TARGET_CORTEX drivers/source/usb features/cellular features/netsocket features/nanostack \
257257
features/lwipstack features/frameworks/greentea-client \
258258
features/frameworks/utest features/frameworks/unity components BUILD
259259
- python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0

0 commit comments

Comments
 (0)