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 15effac commit 9018193Copy full SHA for 9018193
.travis.yml
@@ -29,8 +29,7 @@ before_script:
29
- head -11 ./platform.txt > pt.txt
30
- echo 'runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf' >> pt.txt
31
- echo 'runtime.tools.esptool.path={runtime.platform.path}/tools/esptool' >> pt.txt
32
- - echo 'compiler.warning_flags=-w' >> pt.txt
33
- - tail -105 ./platform.txt >> pt.txt
+ - tail -110 ./platform.txt >> pt.txt
34
- rm -fr platform.txt
35
- mv pt.txt platform.txt
36
0 commit comments