We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98727a commit 6687caaCopy full SHA for 6687caa
.travis.yml
@@ -252,9 +252,9 @@ matrix:
252
features/frameworks/utest features/frameworks/unity components BUILD
253
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
254
# Run local equeue tests
255
- - make -C ${EVENTS}/test/unit test
+ - make -C ${EVENTS}/tests/unit test
256
# Run profiling tests
257
- - make -C ${EVENTS}/test/unit prof | tee prof
+ - make -C ${EVENTS}/tests/unit prof | tee prof
258
after_success:
259
# Update status, comparing with master if possible.
260
- |
0 commit comments