Skip to content

Commit 6687caa

Browse files
committed
CI fixes
1 parent c98727a commit 6687caa

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
@@ -252,9 +252,9 @@ matrix:
252252
features/frameworks/utest features/frameworks/unity components BUILD
253253
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
254254
# Run local equeue tests
255-
- make -C ${EVENTS}/test/unit test
255+
- make -C ${EVENTS}/tests/unit test
256256
# Run profiling tests
257-
- make -C ${EVENTS}/test/unit prof | tee prof
257+
- make -C ${EVENTS}/tests/unit prof | tee prof
258258
after_success:
259259
# Update status, comparing with master if possible.
260260
- |

0 commit comments

Comments
 (0)