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 153f470 commit 9fcee90Copy full SHA for 9fcee90
.travis.yml
@@ -3,6 +3,7 @@ before_install:
3
- curl -Ls http://s3.voneicken.com/xtensa-lx106-elf-20160330.tgx | tar Jxf -
4
- curl -Ls http://s3.voneicken.com/esp_iot_sdk_v2.0.0.p1.tgx | tar -C .. -Jxf -
5
script:
6
+- printenv
7
- export XTENSA_TOOLS_ROOT=$PWD/xtensa-lx106-elf/bin/
8
- export BRANCH=$TRAVIS_BRANCH
9
- echo "Travis Branch is $TRAVIS_BRANCH"
0 commit comments