1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Fix path problem in Travis CI

This commit is contained in:
mvandervoord
2019-10-30 08:06:52 -04:00
parent fbded74349
commit efd02920ca

View File

@@ -24,7 +24,7 @@ script:
- cd ../extras/fixture/test && rake ci
- make -s default noStdlibMalloc
- make -s C89
- cd ../extras/memory/test && rake ci
- cd ../../../extras/memory/test && rake ci
- make -s default noStdlibMalloc
- make -s C89
- cd ../../../examples/example_1 && make -s ci