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 d06549e commit fc60875Copy full SHA for fc60875
.travis.yml
@@ -29,7 +29,7 @@ script:
29
- ln -s $TRAVIS_BUILD_DIR esp8266
30
- cd esp8266/tools
31
- python get.py
32
- - export PATH="$HOME/arduino_ide:$PATH"
+ - export PATH="$HOME/arduino_ide:$TRAVIS_BUILD_DIR/tools/xtensa-lx106-elf/bin:$PATH"
33
- which arduino
34
- cd $TRAVIS_BUILD_DIR
35
- source tests/common.sh
0 commit comments