Skip to content

Commit 9018193

Browse files
author
Luc
committed
fix bug in line numbers for patch
1 parent 15effac commit 9018193

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ before_script:
2929
- head -11 ./platform.txt > pt.txt
3030
- echo 'runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf' >> pt.txt
3131
- 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
32+
- tail -110 ./platform.txt >> pt.txt
3433
- rm -fr platform.txt
3534
- mv pt.txt platform.txt
3635

0 commit comments

Comments
 (0)