Skip to content

Commit 3e10f9e

Browse files
committed
Fixing Travis config
1 parent ffdadb5 commit 3e10f9e

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
@@ -29,7 +29,7 @@ jobs:
2929
script:
3030
- ./.travis/setup_esp_build_env.sh travis
3131
- . ~/esp/esp-idf/export.sh
32-
- cd examples/esp32_idf/tinyfd_loopback/components/tinyproto && ln -s ../../../../../src && ln -s ../../../../../component.mk
32+
- cd examples/esp32_idf/uart/tinyfd_loopback/components/tinyproto && ln -s ../../../../../../src && ln -s ../../../../../../component.mk
3333
- cd ../.. && make defconfig
3434
- make
3535
cache:

0 commit comments

Comments
 (0)