From fc60875e419ba230fb756303bca891ae6c8575c9 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Sun, 13 Mar 2016 01:58:29 +0300 Subject: [PATCH] CI: add xtensa tools to PATH --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd9fb494f..0ce5d9c42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ script: - ln -s $TRAVIS_BUILD_DIR esp8266 - cd esp8266/tools - python get.py - - export PATH="$HOME/arduino_ide:$PATH" + - export PATH="$HOME/arduino_ide:$TRAVIS_BUILD_DIR/tools/xtensa-lx106-elf/bin:$PATH" - which arduino - cd $TRAVIS_BUILD_DIR - source tests/common.sh