From 226df08f6558270030307bf2d44de0b122a3ec28 Mon Sep 17 00:00:00 2001 From: Russ Butler Date: Tue, 20 Mar 2018 10:29:27 -0500 Subject: [PATCH] Remove the USB directory from mbed 2 travis Don't include the USB directory when testing mbed 2 on travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a2d58e3d5c..f74c23b6c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -111,7 +111,7 @@ matrix: - python tools/make.py -t GCC_ARM -m K64F --source=. --build=BUILD/K64F/GCC_ARM -j0 # Check that example compiles without rtos - sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' $EVENTS/README.md > main.cpp - - rm -r rtos features/cellular features/netsocket features/frameworks BUILD + - rm -r rtos usb features/cellular features/netsocket features/frameworks BUILD - python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0 # Run local equeue tests - make -C $EVENTS/equeue test