Skip to content

Commit fc60875

Browse files
committed
CI: add xtensa tools to PATH
1 parent d06549e commit fc60875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ script:
2929
- ln -s $TRAVIS_BUILD_DIR esp8266
3030
- cd esp8266/tools
3131
- python get.py
32-
- export PATH="$HOME/arduino_ide:$PATH"
32+
- export PATH="$HOME/arduino_ide:$TRAVIS_BUILD_DIR/tools/xtensa-lx106-elf/bin:$PATH"
3333
- which arduino
3434
- cd $TRAVIS_BUILD_DIR
3535
- source tests/common.sh

0 commit comments

Comments
 (0)